7 lines
231 B
SCSS
Raw Normal View History

2025-03-07 00:29:07 -06:00
@mixin swiper-theme($background) {
.swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background: $background !important;
}
}