Files
real-skill-landing/src/components/swiper/simple-swiper.css
Salam-vsem d774f0345f fix slider
2025-05-20 16:58:44 +03:00

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