Sha256: 261261b98b7b8787ab7425bebe999aee0e3cc1577fd61977bfc8947259ca7aa8

Contents?: true

Size: 544 Bytes

Versions: 3

Compression:

Stored size: 544 Bytes

Contents

util-nav {
  min-width: 300px;
  position: fixed;
  z-index: $tn-z-util-nav;
  width: 100%;
  height: 50px;
  background: $tn-primary;
  color: #fff;
  font-family: $tn-open-sans;
  a {
    color: $tn-off-white;
    text-transform: uppercase;
    font-size: $tn-font-small;
    &:hover {
      text-decoration: none;
    }
  }
}

#logo {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  a {
    padding: 10px 13px;
    display: block;
    width: 60px;
    height: 50px;
    &:hover {
      background-color: $tn-highlight;
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tenon-1.0.5 app/assets/stylesheets/tenon/layout/util-nav.css.scss
tenon-1.0.4 app/assets/stylesheets/tenon/layout/util-nav.css.scss
tenon-1.0.3 app/assets/stylesheets/tenon/layout/util-nav.css.scss