Sha256: d2d6e97dfbcb586fb7320d88bbfa1aba814bbd1c9aed655c0713c9ba12495d2f
Contents?: true
Size: 392 Bytes
Versions: 56
Compression:
Stored size: 392 Bytes
Contents
// // shadows.scss // Extended from Bootstrap // .shadow-light { box-shadow: $box-shadow-light !important; } .shadow-light-lg { box-shadow: $box-shadow-light-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
56 entries across 56 versions & 2 rubygems