6 lines
143 B
SCSS
6 lines
143 B
SCSS
@mixin appwork-uikit-theme($background) {
|
|
.ui-product-color.active {
|
|
box-shadow: 0 0 0 2px #fff, 0 0 0 4px $background !important;
|
|
}
|
|
}
|