Save
This commit is contained in:
@@ -634,7 +634,7 @@ class Elementor_Places_Map extends \Elementor\Widget_Base
|
|||||||
<div class="s-left-col">
|
<div class="s-left-col">
|
||||||
<div class="map-point-info">
|
<div class="map-point-info">
|
||||||
<div class="map-point-info--head">
|
<div class="map-point-info--head">
|
||||||
<h3><strong>znajdź</strong> <br /> najbliższy salon</h3>
|
<h3><strong>Umów się na spotkanie</strong><br/> w salonie</h3>
|
||||||
<div class="select-wrapper">
|
<div class="select-wrapper">
|
||||||
<select name="voivodeship" id="voivodeship">
|
<select name="voivodeship" id="voivodeship">
|
||||||
<option value="" disabled selected>Województwa</option>
|
<option value="" disabled selected>Województwa</option>
|
||||||
|
|||||||
@@ -14,6 +14,12 @@
|
|||||||
#hero-slider-new > .swiper {
|
#hero-slider-new > .swiper {
|
||||||
height: 540px;
|
height: 540px;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 1024px) {
|
||||||
|
#hero-slider-new > .swiper > .swiper-wrapper .swiper-slide > .elementor-element {
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
}
|
||||||
|
}
|
||||||
#hero-slider-new > .swiper-pagination {
|
#hero-slider-new > .swiper-pagination {
|
||||||
top: auto;
|
top: auto;
|
||||||
bottom: 5px;
|
bottom: 5px;
|
||||||
@@ -931,4 +937,42 @@
|
|||||||
}
|
}
|
||||||
#reviews-box .swiper-pagination .swiper-pagination-bullet-active {
|
#reviews-box .swiper-pagination .swiper-pagination-bullet-active {
|
||||||
background: var(--e-global-color-accent);
|
background: var(--e-global-color-accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
#header-nav nav.elementor-nav-menu--main > ul.elementor-nav-menu {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
#header-nav nav.elementor-nav-menu--main > ul.elementor-nav-menu .menu-item-46 {
|
||||||
|
flex: 1;
|
||||||
|
margin-left: 40px;
|
||||||
|
}
|
||||||
|
@media (max-width: 1200px) {
|
||||||
|
#header-nav nav.elementor-nav-menu--main > ul.elementor-nav-menu .menu-item-46 {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#header-nav nav.elementor-nav-menu--main > ul.elementor-nav-menu .menu-item-46 .elementor-item {
|
||||||
|
color: #ffffff;
|
||||||
|
font-size: 15px;
|
||||||
|
line-height: 1;
|
||||||
|
text-align: center;
|
||||||
|
display: inline-block;
|
||||||
|
margin: 0;
|
||||||
|
padding: 12px 24px;
|
||||||
|
border-radius: 100px 100px 100px 100px;
|
||||||
|
background-color: var(--e-global-color-accent);
|
||||||
|
transition: all 0.3s;
|
||||||
|
}
|
||||||
|
#header-nav nav.elementor-nav-menu--main > ul.elementor-nav-menu .menu-item-46 .elementor-item:hover {
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
@media (max-width: 1200px) {
|
||||||
|
#header-nav nav.elementor-nav-menu--main > ul.elementor-nav-menu .menu-item-46 .elementor-item {
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (max-width: 1200px) {
|
||||||
|
#header-nav nav.elementor-nav-menu--main > ul.elementor-nav-menu .menu-item .sub-arrow {
|
||||||
|
padding-left: 4px;
|
||||||
|
}
|
||||||
}/*# sourceMappingURL=custom.css.map */
|
}/*# sourceMappingURL=custom.css.map */
|
||||||
File diff suppressed because one or more lines are too long
@@ -23,6 +23,14 @@
|
|||||||
height: 540px;
|
height: 540px;
|
||||||
|
|
||||||
> .swiper-wrapper {
|
> .swiper-wrapper {
|
||||||
|
.swiper-slide {
|
||||||
|
@media (max-width: 1024px) {
|
||||||
|
> .elementor-element {
|
||||||
|
padding-left: 50px;
|
||||||
|
padding-right: 50px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
> .swiper-pagination {
|
> .swiper-pagination {
|
||||||
@@ -1254,3 +1262,51 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#header-nav {
|
||||||
|
nav.elementor-nav-menu--main {
|
||||||
|
> ul.elementor-nav-menu {
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
.menu-item {
|
||||||
|
&-46 {
|
||||||
|
// margin-left: auto;
|
||||||
|
flex: 1;
|
||||||
|
margin-left: 40px;
|
||||||
|
|
||||||
|
@media (max-width: 1200px) {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.elementor-item {
|
||||||
|
color: #ffffff;
|
||||||
|
font-size: 15px;
|
||||||
|
line-height: 1;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
display: inline-block;
|
||||||
|
margin: 0;
|
||||||
|
padding: 12px 24px;
|
||||||
|
border-radius: 100px 100px 100px 100px;
|
||||||
|
background-color: var(--e-global-color-accent);
|
||||||
|
transition: all 0.3s;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1200px) {
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.sub-arrow {
|
||||||
|
@media (max-width: 1200px) {
|
||||||
|
padding-left: 4px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user