This commit is contained in:
2025-08-14 16:02:12 +02:00
parent 334c87e363
commit 0c6bd71f51
3 changed files with 49 additions and 1 deletions

View File

@@ -16,6 +16,33 @@
}
}
#hero-slider-new {
height: 540px;
> .swiper {
height: 540px;
> .swiper-wrapper {
}
}
> .swiper-pagination {
top: auto;
bottom: 5px;
.swiper-pagination-bullet {
width: 30px;
height: 3px;
border-radius: 0;
background: #fff;
opacity: 1;
&-active {
background: var(--e-global-color-accent);
}
}
}
}
.home-card {
.elementor-image-box-wrapper {
.elementor-image-box-content {