liuxiaolong
2019-05-06 3e0536f508aad49f743e7bfabca34e3980a1b6e2
1
2
3
4
5
@mixin appwork-uikit-theme($background) {
  .ui-product-color.active {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px $background !important;
  }
}