roojs-all.js
[roojs1] / scss / bootstrap / utilities / _shadows.scss
1 // stylelint-disable declaration-no-important
2
3 .shadow-sm { box-shadow: $box-shadow-sm !important; }
4 .shadow { box-shadow: $box-shadow !important; }
5 .shadow-lg { box-shadow: $box-shadow-lg !important; }
6 .shadow-none { box-shadow: none !important; }