Sha256: f95340b58fdca247d9bf0f4d78d369ff159836e83fe948f408b641345eb188c0
Contents?: true
Size: 547 Bytes
Versions: 60
Compression:
Stored size: 547 Bytes
Contents
// Styles specific to the everyday default style .event { .jumbotron { height: auto; background-repeat: no-repeat; background-size: cover; &:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; background-color: transparentize($black, 0.7); content: ''; } @include media-breakpoint-down(md) { background-image: none !important; &:before { display: none; } .card { box-shadow: none; } .card-body { padding: 0; } } } }
Version data entries
60 entries across 60 versions & 1 rubygems