Sha256: 49eb78284e23f963cba219efef336f8b167f0ee0e1f4c311fe86a413ea30351d
Contents?: true
Size: 875 Bytes
Versions: 68
Compression:
Stored size: 875 Bytes
Contents
.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
68 entries across 68 versions & 1 rubygems