9 lines
221 B
CSS
9 lines
221 B
CSS
/* swiper pagination */
|
|
.swiper-pagination-bullet {
|
|
@apply !h-2.5 !w-2.5 !bg-light !opacity-100 dark:!bg-darkmode-light;
|
|
}
|
|
|
|
.swiper-pagination-bullet-active {
|
|
@apply !h-4 !w-4 !bg-primary dark:!bg-darkmode-primary;
|
|
}
|