Save
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user