Sha256: f24a471a46eeba1f616874a4c5d2a40ed150aa3abbdbd8e470e22102a397cfa8
Contents?: true
Size: 710 Bytes
Versions: 1
Compression:
Stored size: 710 Bytes
Contents
.kakimasu-navigation { .navbar { background-color: white; border: 1px solid #ddd; } li { background-color: white; } li.active { background-color: $brand-primary; a { color: white; } } a { color: black; } .nav { font-size: 14px; height: 50px; li:hover:not(.home-icon) { background-color: $brand-primary; a { background-color: $brand-primary; color: white; } } .home-icon { font-size: 28px; a { padding-top: 10px; padding-bottom: 0px; } &:hover { background-color: white; a { background-color: white; } } } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kakimasu-1.0.0 | vendor/assets/stylesheets/components/_navbar.scss |