This commit is contained in:
Roman Pyrih
2026-04-10 13:25:32 +02:00
parent 5f4869be94
commit 9e4f47de25
3 changed files with 20 additions and 4 deletions

View File

@@ -78,8 +78,11 @@ body .hotspot-mapa {
height: 18px;
--r: 3px;
-webkit-mask:
linear-gradient(0deg, #0000 calc(3 * var(--r) / 2), #000 0),
-webkit-mask: linear-gradient(
0deg,
#0000 calc(3 * var(--r) / 2),
#000 0
),
radial-gradient(
var(--r) at 50% calc(100% - 2 * var(--r)),
#000 98%,
@@ -134,6 +137,10 @@ body .hotspot-mapa-citys-list {
body .hp-slider-cars {
&.elementor-element.elementor-arrows-position-outside .swiper {
width: calc(100% - (144px * 2));
@media (max-width: 768px) {
width: calc(100% - 90px);
}
}
.elementor-swiper-button {
opacity: 1 !important;
@@ -154,6 +161,15 @@ body .hp-slider-cars {
&.elementor-swiper-button-next {
right: 80px !important;
}
@media (max-width: 768px) {
&.elementor-swiper-button-prev {
left: 0px !important;
}
&.elementor-swiper-button-next {
right: 0px !important;
}
}
}
}