Sha256: e70b13fd2ca17368fd896b6899a43256b31348ee4acd0f9d90fa92e10eeaefb9
Contents?: true
Size: 647 Bytes
Versions: 4
Compression:
Stored size: 647 Bytes
Contents
nav.navigation { @extend .nav, .nav-pills, .flex-column, .p-3, .text-white; background: $navigation-bg; width: $navigation-width; .button--alt { @extend .btn, .btn-outline-light, .mb-2; color: $navigation-fg; } .button--title { @extend .btn, .mb-2, .pb-3, .fs-3, .border-bottom, .fw-bold, .text-start; color: $navigation-fg; &:hover { color: $navigation-fg; } } .copy { @extend .pt-2, .border-top, .text-center; } .navigation__link { @extend .btn-outline-light, .nav-link; color: $navigation-fg; } .navigation__link--active { background: $navigation-bg-active; } }
Version data entries
4 entries across 4 versions & 1 rubygems