liuxiaolong
2019-05-06 d380e76ec9783bcd80eb42e495d6f8e1af0827b4
1
2
3
4
5
@mixin sweet-modal-vue-theme($color) {
  .sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab.active a {
    color: $color !important;
  }
}