7 lines
231 B
SCSS
7 lines
231 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;
|
|
}
|
|
}
|