Initial commit
This commit is contained in:
10
assets/scss/argon-design-system/utilities/shadows.scss
Normal file
10
assets/scss/argon-design-system/utilities/shadows.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
[class*="shadow"] {
|
||||
@if $enable-transitions {
|
||||
transition: $transition-base;
|
||||
}
|
||||
}
|
||||
|
||||
.shadow-sm--hover:hover { box-shadow: $box-shadow-sm !important; }
|
||||
.shadow--hover:hover { box-shadow: $box-shadow !important; }
|
||||
.shadow-lg--hover:hover { box-shadow: $box-shadow-lg !important; }
|
||||
.shadow-none--hover:hover { box-shadow: none !important; }
|
||||
Reference in New Issue
Block a user