liuxiaolong
2019-05-06 8700cf1dc46c350371d865532c2914595187788e
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;
  }
}