Files
unity/resources/sass/user/components/bootstrap4/mixins/_box-shadow.scss
T
glovetleong ad85832e75 user UI setup
user login UI
2021-07-06 11:54:00 +08:00

6 lines
87 B
SCSS
Vendored

@mixin box-shadow($shadow...) {
@if $enable-shadows {
box-shadow: $shadow;
}
}