Files
2026-06-16 18:04:55 +02:00

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;
}
}