Sha256: 4afe9351c752fb9dc5acc97910c1cdbb05ca6f8804747f9a7c7792bf24d9f8ed
Contents?: true
Size: 1.24 KB
Versions: 11
Compression:
Stored size: 1.24 KB
Contents
.header { .navbar { background-color: $navbar-inverse-bg; padding: 0; height: 50px; a:hover { text-decoration: none; } .btn { &:hover, &:focus { text-decoration: none; outline: 0; outline: none; -webkit-box-shadow: none; box-shadow: none; } } #accountNav { i { font-size: 1.3em; line-height: 1rem; } } #storeSwitcherDropdown { .dropdown-menu.show { min-width:250px; width: fit-content; max-width: 90vw; max-height: 70vh; overflow-y: scroll !important; top:110%; left: 50%; right: 50%; transform: translate(-50%, 0%); box-shadow: 0 1rem 2.5rem rgba(18,38,63,.1),0 .5rem 1rem -.75rem rgba(18,38,63,.1); @include media-breakpoint-up(lg) { left: 0%; right: 0%; transform: translate(0%, 0%); } a { white-space: nowrap; overflow-x: hidden; text-overflow: ellipsis; svg { vertical-align: text-top; margin-right: 1em; } &.disabled svg { color: $success; } } } } } }
Version data entries
11 entries across 11 versions & 1 rubygems