liuxiaolong
2019-05-06 770c069996e1d2979c1170c1639c18b02d07e72f
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;
  }
}