Sha256: 0fde2358fd6808e5f69ab4df038c3872d5dd24f6458a608473e16ee4e4ba0227
Contents?: true
Size: 1002 Bytes
Versions: 4
Compression:
Stored size: 1002 Bytes
Contents
.navbar { background-color: $white; border: 0; box-shadow: 0 1px 4px rgba($black, .2); .navbar-brand { background: url(image-path('logo.svg')) no-repeat $padding-base center; font-size: 16px; line-height: ($navbar-height - 10px); margin: 0; padding: $padding-small-vertical 0 $padding-small-vertical 50px; img { height: 100%; } .environment { font-style: italic; font-weight: normal; } .company-name { color: $black; font-weight: bold; text-transform: uppercase; } } .icon-bar { background-color: $gray-light; } .nav > li { &.active > a { color: $brand-primary; font-family: $headings-font-family; } &.active > a:hover { background-color: $brand-primary; color: $white; } } .dropdown-menu .dropdown:hover .dropdown-menu { display: block; top: -50%; left: 100%; } } body { background-color: $body-bg; padding: $navbar-height 0 0; }
Version data entries
4 entries across 4 versions & 1 rubygems