Sha256: f8b67a00d5921036aaecaaa031b0f067af32b42e5ad4b770846e131733b122cf
Contents?: true
Size: 1.11 KB
Versions: 6
Compression:
Stored size: 1.11 KB
Contents
// Navbar .navbar { border-color: $dark-light; position: relative; margin-right: auto; margin-left: auto; border-bottom: 1px solid $dark-smoke; .nav-link:not(:last-child) { //font-size: 18px; color: whitesmoke; opacity: .7; } .nav-link { &:hover { color: $white; opacity: 1; } } /* This removes the list dashes in the navbar */ li:before { content: none; } .dropdown-menu { background-color: #343a40; color: $dark-white; } .navbar-toggler { margin-left: auto; } @media ($on-mobile) { .navbar-nav .nav-link { text-align: center; } } @media (max-width: 1000px) { .navbar-nav .nav-link { text-align: center; } } .menu { a#mode { display: none; } .menu-link { color: $dark-white; } @include media-query($on-mobile) { background-color: $dark-black; border-color: $dark-light; .menu-icon { > svg { fill: $dark-white; } } input[type="checkbox"]:checked ~ .trigger { background: $dark-black; } } } }
Version data entries
6 entries across 6 versions & 1 rubygems