No code changes made

This commit is contained in:
Roman Pyrih
2025-04-22 10:49:04 +02:00
parent f122df3439
commit a155698a53
3 changed files with 3571 additions and 3528 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -155,7 +155,10 @@ body {
border-radius: 0; border-radius: 0;
} }
#leo_search_block_top .block_content .leoproductsearch-result input[type='text'] { #leo_search_block_top
.block_content
.leoproductsearch-result
input[type='text'] {
padding: 0 5px; padding: 0 5px;
text-align: left; text-align: left;
height: 30px; height: 30px;
@@ -164,19 +167,28 @@ body {
color: #010101; color: #010101;
} }
#leo_search_block_top .block_content .leoproductsearch-result input[type='text']::-webkit-input-placeholder { #leo_search_block_top
.block_content
.leoproductsearch-result
input[type='text']::-webkit-input-placeholder {
color: #010101; color: #010101;
font-size: 14px; font-size: 14px;
line-height: 21px; line-height: 21px;
} }
#leo_search_block_top .block_content .leoproductsearch-result input[type='text']:-ms-input-placeholder { #leo_search_block_top
.block_content
.leoproductsearch-result
input[type='text']:-ms-input-placeholder {
color: #010101; color: #010101;
font-size: 14px; font-size: 14px;
line-height: 21px; line-height: 21px;
} }
#leo_search_block_top .block_content .leoproductsearch-result input[type='text']::placeholder { #leo_search_block_top
.block_content
.leoproductsearch-result
input[type='text']::placeholder {
color: #010101; color: #010101;
font-size: 14px; font-size: 14px;
line-height: 21px; line-height: 21px;
@@ -368,7 +380,8 @@ body {
margin-right: 25px; margin-right: 25px;
} }
.my_content_container {} .my_content_container {
}
.my_box_container p { .my_box_container p {
color: #010101; color: #010101;
@@ -1081,7 +1094,8 @@ article.product-miniature:hover {
padding-right: 158px; padding-right: 158px;
} }
#cta_row .content_cta {} #cta_row .content_cta {
}
#cta_row h3 { #cta_row h3 {
color: #ffffff; color: #ffffff;
@@ -1093,7 +1107,6 @@ article.product-miniature:hover {
} }
@-webkit-keyframes bounceIn { @-webkit-keyframes bounceIn {
from, from,
20%, 20%,
40%, 40%,
@@ -1139,7 +1152,6 @@ article.product-miniature:hover {
} }
@keyframes bounceIn { @keyframes bounceIn {
from, from,
20%, 20%,
40%, 40%,
@@ -1211,7 +1223,8 @@ article.product-miniature:hover {
align-items: center; align-items: center;
} }
#cta_row .links_cta a {} #cta_row .links_cta a {
}
#cta_row .links_cta p { #cta_row .links_cta p {
animation: none; animation: none;
@@ -1783,12 +1796,16 @@ html[lang='pl'] .ApColumn .block.day_hit::after {
padding-right: 0; padding-right: 0;
} }
.product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-prev { .product-detail.product-thumbs-bottom
.product-thumb-images
.slick-arrow.slick-prev {
left: 0; left: 0;
border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px;
} }
.product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-next { .product-detail.product-thumbs-bottom
.product-thumb-images
.slick-arrow.slick-next {
right: 0; right: 0;
border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0;
} }
@@ -2522,7 +2539,8 @@ body#checkout #order-summary-content .order-confirmation-table {
min-height: 470px; min-height: 470px;
} }
#cms .content-wrapper h2 {} #cms .content-wrapper h2 {
}
#cms #content-wrapper p, #cms #content-wrapper p,
#cms #content-wrapper li { #cms #content-wrapper li {
@@ -2640,7 +2658,7 @@ body#checkout #order-summary-content .order-confirmation-table {
margin: 90px auto 300px; margin: 90px auto 300px;
max-width: 100%; max-width: 100%;
input[type="checkbox"] { input[type='checkbox'] {
margin-left: 14px !important; margin-left: 14px !important;
} }
} }
@@ -3330,11 +3348,21 @@ body#checkout .modal-content li {
font-weight: 500; font-weight: 500;
} }
#cms #content-wrapper .sinlge_row_salon .contett_wrapper .bottom_wrapper p:last-child { #cms
#content-wrapper
.sinlge_row_salon
.contett_wrapper
.bottom_wrapper
p:last-child {
margin-bottom: 0; margin-bottom: 0;
} }
#cms #content-wrapper .sinlge_row_salon .contett_wrapper .bottom_wrapper p.label { #cms
#content-wrapper
.sinlge_row_salon
.contett_wrapper
.bottom_wrapper
p.label {
color: #b8b3ae; color: #b8b3ae;
text-align: left; text-align: left;
font-weight: 400; font-weight: 400;
@@ -3884,7 +3912,10 @@ body#checkout .modal-content li {
} }
#category .thumbnail-container .product-meta a, #category .thumbnail-container .product-meta a,
#module-pm_advancedsearch4-searchresults .thumbnail-container .product-meta a { #module-pm_advancedsearch4-searchresults
.thumbnail-container
.product-meta
a {
font-size: 14px; font-size: 14px;
line-height: 26px; line-height: 26px;
} }
@@ -3960,7 +3991,10 @@ body#checkout .modal-content li {
right: 0; right: 0;
} }
#leo_search_block_top .block_content .leoproductsearch-result input[type='text'] { #leo_search_block_top
.block_content
.leoproductsearch-result
input[type='text'] {
text-align: left; text-align: left;
height: 50px; height: 50px;
} }
@@ -4875,7 +4909,8 @@ body#cms.cms-id-23 {
transform: translateY(-50%); transform: translateY(-50%);
width: 20px; width: 20px;
height: 20px; height: 20px;
background: url('/img/cms/franczyza/el_check.svg') no-repeat center center; background: url('/img/cms/franczyza/el_check.svg') no-repeat
center center;
background-size: cover; background-size: cover;
} }
} }
@@ -5149,7 +5184,8 @@ body#cms.cms-id-23 {
} }
} }
.box-3 {} .box-3 {
}
.box-4 { .box-4 {
margin-top: 75px; margin-top: 75px;
@@ -5474,9 +5510,11 @@ body#cms.cms-id-23 {
} }
} }
.owl-prev {} .owl-prev {
}
.owl-next {} .owl-next {
}
} }
} }
} }
@@ -5614,12 +5652,17 @@ body {
.leo-top-menu { .leo-top-menu {
ul.navbar-nav.megamenu { ul.navbar-nav.megamenu {
> li.nav-item { > li.nav-item {
// &.dropdown { // &.dropdown {
&:nth-last-child(2) { &:nth-last-child(2) {
.dropdown-menu.level1 { .dropdown-menu.level1 {
ul { ul {
grid-auto-flow: column;
grid-template-rows: repeat(10, auto);
grid-template-columns: repeat(3, 270px); grid-template-columns: repeat(3, 270px);
@media (max-height: 730px) {
grid-template-rows: repeat(15, auto);
}
} }
} }
} }