Add color pallet
This commit is contained in:
@@ -9,10 +9,10 @@
|
||||
}
|
||||
|
||||
#hero-slider-new {
|
||||
height: 540px;
|
||||
height: calc(100svh - 199px);
|
||||
}
|
||||
#hero-slider-new > .swiper {
|
||||
height: 540px;
|
||||
height: calc(100svh - 199px);
|
||||
}
|
||||
@media (max-width: 1024px) {
|
||||
#hero-slider-new > .swiper > .swiper-wrapper .swiper-slide > .elementor-element {
|
||||
@@ -554,6 +554,12 @@
|
||||
background: #f1f1f1;
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
#header-contact .elementor-icon-list-items {
|
||||
flex-direction: column;
|
||||
row-gap: 5px;
|
||||
}
|
||||
}
|
||||
#header-contact .elementor-icon-list-items .elementor-icon-list-item a .elementor-icon-list-icon {
|
||||
padding: 7px;
|
||||
border: 1px solid black;
|
||||
@@ -1134,4 +1140,52 @@
|
||||
|
||||
figure figcaption {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.kolorystyka-block {
|
||||
margin-top: 100px;
|
||||
background: #22a9e1;
|
||||
}
|
||||
.kolorystyka-block .c-row {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
.kolorystyka-block .c-row .c-col-1 {
|
||||
width: 33.333%;
|
||||
}
|
||||
.kolorystyka-block .c-row .c-col-1 img {
|
||||
height: 100%;
|
||||
-o-object-fit: cover;
|
||||
object-fit: cover;
|
||||
}
|
||||
.kolorystyka-block .c-row .c-col-2 {
|
||||
width: 66.666%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
row-gap: 20px;
|
||||
padding: 30px 40px;
|
||||
}
|
||||
.kolorystyka-block .c-row .c-col-2 h3 {
|
||||
color: #fff;
|
||||
margin: 0;
|
||||
}
|
||||
.kolorystyka-block .c-row .c-col-2 p {
|
||||
color: #fff;
|
||||
margin: 0;
|
||||
}
|
||||
.kolorystyka-block .c-row .c-col-2 a.kolorystyka-button {
|
||||
display: inline-block;
|
||||
color: #22a9e1;
|
||||
font-size: 15px;
|
||||
font-weight: 500;
|
||||
line-height: 1;
|
||||
padding: 12px 24px;
|
||||
border-radius: 100px;
|
||||
background: #fff;
|
||||
width: -moz-fit-content;
|
||||
width: fit-content;
|
||||
transition: all 250ms ease-in-out;
|
||||
}
|
||||
.kolorystyka-block .c-row .c-col-2 a.kolorystyka-button:hover {
|
||||
color: #000;
|
||||
}/*# sourceMappingURL=custom.css.map */
|
||||
Reference in New Issue
Block a user