Files
everything2/EveryThing/wwwroot/vendor/libs/swiper/_mixins.scss
David Štaleker 03b92525d7 Prvi commit
2023-05-12 09:00:07 +02:00

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;
}
}