Sha256: 00898f908ff7d66ea3e18447df889a98e61e0581826392580065a705b134f386
Contents?: true
Size: 1.53 KB
Versions: 6
Compression:
Stored size: 1.53 KB
Contents
// Menus and Navs // -------------------------------------------------- // Nav // -------------------------------------------------- ul.nav { > li { &.dropdown { &:after { width: 100%; height: 2px; background: none; position: absolute; bottom: -2px; left: 0; right: 0; content: ''; } } } } // Nav expanded // -------------------------------------------------- .nav-expanded { .caret { display: none; } > li { > a { font-size: 1.2em; text-align: left; font-weight: 700; color: $text-color; &:hover, &:focus, &.active, &.active-trail { color: $link-hover-color; background: none; } } ul.dropdown-menu { background: none; display: block; border: 0; padding: 0; position: static; float: none; @include border-radius(0); @include box-shadow(none); li { a { padding: 3px 15px; color: $text-color; &:hover, &:focus, &.active, &.active-trail { color: $link-hover-color; background: none; } } } ul { display: none !important; } } @media (max-width: $screen-xs-max) { float: none; margin-bottom: 18px; } &.open { > a { color: $text-color; background: none; &:hover, &:focus, &.active, &.active-trail { color: $link-hover-color; background: none; } } } } }
Version data entries
6 entries across 6 versions & 1 rubygems