radfusion/resources/assets/vendor/libs/swiper/_mixins.scss

8 lines
249 B
SCSS

@mixin swiper-theme($background) {
.swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination.swiper-pagination-progressbar
.swiper-pagination-progressbar-fill {
background: $background !important;
}
}