Save
This commit is contained in:
1
wp-content/themes/hello-elementor/assets/css/custom.css
Normal file
1
wp-content/themes/hello-elementor/assets/css/custom.css
Normal 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 */
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["custom.scss"],"names":[],"mappings":"AAAA,2HAEC,wBAAA,CAQG,wDACC,WAAA","file":"custom.css"}
|
||||
18
wp-content/themes/hello-elementor/assets/css/custom.scss
Normal file
18
wp-content/themes/hello-elementor/assets/css/custom.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user