1
0
mirror of https://github.com/loviuz/wifi-probe-aggregator.git synced 2025-02-11 08:50:48 +01:00
2020-07-27 21:55:48 +02:00

7 lines
249 B
SCSS
Executable File

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