mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-18 11:08:22 -05:00
migrated to ASP.Net Core
This commit is contained in:
5
Webfront/Content/bootstrap/mixins/_box-shadow.scss
Normal file
5
Webfront/Content/bootstrap/mixins/_box-shadow.scss
Normal file
@ -0,0 +1,5 @@
|
||||
@mixin box-shadow($shadow...) {
|
||||
@if $enable-shadows {
|
||||
box-shadow: $shadow;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user