my / scss /bootstrap /utilities /_shadows.scss
iamironman4279's picture
Upload 183 files
d5469bf verified
raw
history blame contribute delete
249 Bytes
// stylelint-disable declaration-no-important
.shadow-sm { box-shadow: $box-shadow-sm !important; }
.shadow { box-shadow: $box-shadow !important; }
.shadow-lg { box-shadow: $box-shadow-lg !important; }
.shadow-none { box-shadow: none !important; }