Sha256: 9b769fca47a56d70b51504a39ba04e1ce914763860a300884ee36708d2185d1a

Contents?: true

Size: 693 Bytes

Versions: 1

Compression:

Stored size: 693 Bytes

Contents

//
// Nav
// ----------------------------------------

.nav {
  list-style: none;
  padding-left: 0;
  margin: 0;
  @include clearfix();

  > li {
    position: relative;
    display: block;

    > a {
      position: relative;
      display: block;
      padding: capline-bu(1, $font-size-regular) building-units(1) baseline-bu(1, $font-size-regular);

      &.focus,
      &:focus {
        color: $font-color-regular;
        text-decoration: none;
        @include tab-focus();
      }

      &.hover,
      &:hover {
        text-decoration: none;
        @include transition($transition-time-in, '-duration');
      }
    }
  }
}

.nav-inline {
  > li {
    display: inline-block;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
doc-msp-theme-0.1.0 _sass/_nav.scss