Files
Shoppers/src/a3b/scss/bootstrap/utilities/_shadows.scss
Aritra Banik a27f498e2b 1st commit
2024-02-03 16:37:29 +05:30

7 lines
249 B
SCSS

// 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; }