Sha256: cfa995e07f26c7d137afae5639866a5fe79174c7de347063d3df2e5df32634f4
Contents?: true
Size: 838 Bytes
Versions: 13
Compression:
Stored size: 838 Bytes
Contents
// // Brand guidelines // // Logo series wrapper .bd-brand-logos { color: $bd-purple-bright; .inverse { color: $white; background-color: $bd-purple-bright; } } // Individual items .bd-brand-item { + .bd-brand-item { border-top: 1px solid $white; } @include media-breakpoint-up(md) { + .bd-brand-item { border-top: 0; border-left: 1px solid $white; } } } // // Color swatches // .color-swatches { margin: 0 -5px; // Docs colors .bd-purple { background-color: $bd-purple; } .bd-purple-light { background-color: $bd-purple-light; } .bd-purple-lighter { background-color: #e5e1ea; } .bd-gray { background-color: #f9f9f9; } } .color-swatch { width: 4rem; height: 4rem; @include media-breakpoint-up(md) { width: 6rem; height: 6rem; } }
Version data entries
13 entries across 13 versions & 1 rubygems