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

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

File diff suppressed because one or more lines are too long

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 {