Sha256: 55da3a9a4255ceb509952cb3813a498f498fa565714351f7a52ae4fc33b7c1b6
Contents?: true
Size: 712 Bytes
Versions: 1
Compression:
Stored size: 712 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:hover { background: $navigation-fg; } .navigation__link--active { background: $navigation-bg-active; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
administrate-bootstrap-theme-1.1.0 | app/assets/stylesheets/administrate-bootstrap-theme/components/_navigation.scss |