This commit is contained in:
Roman Pyrih
2026-03-03 16:04:19 +01:00
parent 755af5f0b0
commit 0c6ff3c3c2
6 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +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}/*# sourceMappingURL=custom.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["custom.scss"],"names":[],"mappings":"AAAA,2HAEC,wBAAA,CAQG,wDACC,WAAA","file":"custom.css"}

View File

@@ -0,0 +1,18 @@
.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 {
// &.current_page_item {
a {
&::after {
bottom: -5px;
}
}
// }
}
}
}