Sha256: 0d57077ca9e92807077c2b250ec72e4b87112093272cbc15659cac29687e1bb4

Contents?: true

Size: 485 Bytes

Versions: 11

Compression:

Stored size: 485 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;
  }
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
tenon-1.0.16 app/assets/stylesheets/tenon/layout/util-nav.css.scss
tenon-1.0.15 app/assets/stylesheets/tenon/layout/util-nav.css.scss
tenon-1.0.14 app/assets/stylesheets/tenon/layout/util-nav.css.scss
tenon-1.0.13 app/assets/stylesheets/tenon/layout/util-nav.css.scss
tenon-1.0.12 app/assets/stylesheets/tenon/layout/util-nav.css.scss
tenon-1.0.11 app/assets/stylesheets/tenon/layout/util-nav.css.scss
tenon-1.0.10 app/assets/stylesheets/tenon/layout/util-nav.css.scss
tenon-1.0.9 app/assets/stylesheets/tenon/layout/util-nav.css.scss
tenon-1.0.8 app/assets/stylesheets/tenon/layout/util-nav.css.scss
tenon-1.0.7 app/assets/stylesheets/tenon/layout/util-nav.css.scss
tenon-1.0.6 app/assets/stylesheets/tenon/layout/util-nav.css.scss