gruene-seele/resources/assets/vendor/sass/_theme/_uikit.scss
2021-01-08 17:48:20 +01:00

17 lines
449 B
SCSS

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