liuxiaolong
2019-05-06 d380e76ec9783bcd80eb42e495d6f8e1af0827b4
1
2
3
4
5
6
@mixin swiper-theme($color) {
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: $color !important;
  }
}