1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-23 02:14:26 +04:00
Files
tabler/scss/utils/_shadow.scss
2019-04-27 14:33:48 +02:00

10 lines
298 B
SCSS

// stylelint-disable declaration-no-important
.hover-shadow-sm:hover { box-shadow: $box-shadow-sm !important; }
.hover-shadow:hover{ box-shadow: $box-shadow !important; }
.hover-shadow-lg:hover { box-shadow: $box-shadow-lg !important; }
.hover-shadow-none:hover{ box-shadow: none !important; }