mivita/resources/assets/vendor/sass/_theme/_uikit.scss
2018-10-29 09:39:31 +01:00

5 lines
143 B
SCSS
Executable file

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