This commit is contained in:
Roman Pyrih
2026-03-10 13:04:41 +01:00
parent 258bd71644
commit 1892380ceb
4 changed files with 17 additions and 3 deletions

View File

@@ -1 +1 @@
.elementor-element.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper{width:calc(100% - 160px)}#header-nav ul.elementor-nav-menu li.menu-item a::after{bottom:-5px}.spot.is-reserved{fill:#f4eba8}.spot.is-sold{fill:#f54040}/*# sourceMappingURL=custom.css.map */
.elementor-element.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper{width:calc(100% - 160px)}@media(max-width: 768px){.elementor-element.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper{width:100%}}@media(max-width: 768px){.elementor-swiper-button svg path{fill:#fff}}#header-nav ul.elementor-nav-menu li.menu-item a::after{bottom:-5px}.spot.is-reserved{fill:#f4eba8}.spot.is-sold{fill:#f54040}/*# sourceMappingURL=custom.css.map */

View File

@@ -1 +1 @@
{"version":3,"sources":["custom.scss"],"names":[],"mappings":"AAAA,2HAEC,wBAAA,CAQG,wDACC,WAAA,CASJ,kBACC,YAAA,CAED,cACC,YAAA","file":"custom.css"}
{"version":3,"sources":["custom.scss"],"names":[],"mappings":"AAAA,2HAEC,wBAAA,CAEA,yBAJD,2HAKE,UAAA,CAAA,CAOC,yBADD,kCAEE,SAAA,CAAA,CAWA,wDACC,WAAA,CASJ,kBACC,YAAA,CAED,cACC,YAAA","file":"custom.css"}

View File

@@ -1,6 +1,20 @@
.elementor-element.elementor-arrows-position-outside .swiper,
.elementor-lightbox.elementor-arrows-position-outside .swiper {
width: calc(100% - 160px);
@media (max-width: 768px) {
width: 100%;
}
}
.elementor-swiper-button {
svg {
path {
@media (max-width: 768px) {
fill: #fff;
}
}
}
}
#header-nav {