Sha256: 5aaea4fc2f1473995f097496c87d2362b8999ca9d2e3051fc653a68ab4678e65
Contents?: true
Size: 560 Bytes
Versions: 21
Compression:
Stored size: 560 Bytes
Contents
// Navs .nav { display: flex; flex-direction: column; list-style: none; margin: $unit-1 0; .nav-item { a { color: $gray-color-dark; padding: $unit-1 $unit-2; text-decoration: none; &:focus, &:hover { color: $primary-color; } } &.active { & > a { color: darken($gray-color-dark, 10%); font-weight: bold; &:focus, &:hover { color: $primary-color; } } } } & .nav { margin-bottom: $unit-2; margin-left: $unit-4; } }
Version data entries
21 entries across 21 versions & 2 rubygems