Sha256: 244ef1304f1a1ef1b9eeff56c3392baeed177293cb79cf56194c31ff4945f4c4
Contents?: true
Size: 904 Bytes
Versions: 17
Compression:
Stored size: 904 Bytes
Contents
@use '../0-tools/vars' as *; .breadcrumbs { background-color: transparent; // Override the Bootstrap 4 grey background-color for the breadcrumb component. border-bottom-color: rgba(0,0,0,.25); border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-bottom-style: solid; border-bottom-width: thin; margin-bottom: 1.5rem; &--margin-top { margin-top: 125px; } &--home { vertical-align: bottom; &--house { fill: none; stroke: $grey-1; stroke-width: 1.5; stroke-linejoin: round; stroke-miterlimit: 10; } &--border { fill: none; } } & li { text-transform: capitalize; } } // This is a Bootstrap 4 override to customize the breadcrumb divider .breadcrumb-item+.breadcrumb-item::before { // Breadcrumb divider is a CSS pseudo-element content: url('/assets/img/keyboard_arrow_right.svg'); opacity: .5; }
Version data entries
17 entries across 17 versions & 1 rubygems