Sha256: 12248e1b2ce6ff41e6581761393781ee10f39e6c70a3b9fae81177e4b7f330f4

Contents?: true

Size: 385 Bytes

Versions: 2

Compression:

Stored size: 385 Bytes

Contents

footer {
  ul {
    margin: 0;
    li {
      display: inline;
      list-style: none;
      margin-left: 0.65rem;

      a{
        @include properties($heading-xs);
        color: var(--primary-color);
        border-bottom: 0;
      }
    }
  }

  .social {
    text-align: right;
  }
  .menu{
    ul {
      li{
        a{
          font-weight: 300;
        }
      }
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
another-theme-1.0.1 _sass/another/_footer.scss
another-theme-1.0.0 _sass/another/_footer.scss