17 lines
220 B
CSS
17 lines
220 B
CSS
.simple-swiper {
|
|
width: 100%;
|
|
overflow: visible;
|
|
}
|
|
|
|
.swiper-pagination-fraction {
|
|
@apply text-xl w-auto;
|
|
}
|
|
|
|
.swiper-pagination-current {
|
|
@apply text-text-light;
|
|
}
|
|
|
|
.swiper-button-disabled {
|
|
@apply opacity-0;
|
|
}
|