Sha256: c7a6bd4b537b4a42ac0dc4d0e7f1004c4ba62829e018af97adb8f060179b8877
Contents?: true
Size: 399 Bytes
Versions: 6
Compression:
Stored size: 399 Bytes
Contents
// // shadows.scss // Extended from Bootstrap // .shadow-light { box-shadow: $box-shadow-light !important; } .shadow-light-lg { box-shadow: $box-shadow-light-less-lg !important; } .shadow-dark { box-shadow: $box-shadow-dark !important; } .shadow-dark-lg { box-shadow: $box-shadow-dark-lg !important; } .shadow-lift { box-shadow: $box-shadow-lift !important; }
Version data entries
6 entries across 6 versions & 1 rubygems