fix slider

This commit is contained in:
Salam-vsem
2025-05-20 16:58:44 +03:00
parent 8a8583fc8f
commit d774f0345f
11 changed files with 158 additions and 112 deletions

View File

@@ -2,3 +2,15 @@
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;
}