fix translate and change styles for cases carusel

This commit is contained in:
smanylov
2026-04-30 11:35:03 +07:00
parent 2d201bfcde
commit 2296044280
5 changed files with 16 additions and 4 deletions
+10
View File
@@ -2738,6 +2738,7 @@
.cases-carousel-track {
position: relative;
margin-bottom: 16px;
.swiper-slide {
height: auto;
@@ -2767,6 +2768,15 @@
color: v.$white;
}
}
.swiper-pagination-bullet {
width: 12px !important;
height: 12px !important;
}
.swiper-pagination-bullet-active {
background: #3b82f6 !important;
}
}
.violation-check-all-section {
@@ -191,7 +191,7 @@ export default function ViolationsLastCombinedCases() {
</div>
) : filteredItems.length === 0 ? (
<div className="empty-state">
{t('no-items-found')}
{t('no-claims-complaints-found')}
</div>
) : (
<Swiper {...swiperSettings}>