This commit is contained in:
2026-03-09 08:26:50 +01:00
parent 75f7b80664
commit f0e32388b0
3 changed files with 30 additions and 13 deletions

View File

@@ -493,7 +493,9 @@ body {
line-height: 14px;
color: $cTxtBlack;
font-weight: 400;
transition: color 0.2s ease-in, font-weight 0.2s ease-in;
transition:
color 0.2s ease-in,
font-weight 0.2s ease-in;
}
.tab_links_container a:hover p {
@@ -704,7 +706,9 @@ body {
line-height: 26px;
font-weight: 600;
margin-top: 12px;
transition: color 0.3s ease-in, background-color 0.3s ease-in;
transition:
color 0.3s ease-in,
background-color 0.3s ease-in;
color: #fff;
}
@@ -851,7 +855,9 @@ article.product-miniature {
padding: 16px 32px;
font-weight: 600;
text-transform: unset;
transition: color 0.3s ease-in, background-color 0.3s ease-in;
transition:
color 0.3s ease-in,
background-color 0.3s ease-in;
}
.blog-viewall .btn-primary:hover {
@@ -1378,7 +1384,9 @@ article.product-miniature {
font-weight: 600;
padding: 20px 110px;
color: #696868;
transition: color 0.2s ease-in, background-color 0.2s ease-in;
transition:
color 0.2s ease-in,
background-color 0.2s ease-in;
}
.salony_row a:hover .title {
@@ -1676,7 +1684,9 @@ button[aria-expanded='true'] .chevron_sort_container img {
height: 100%;
align-items: center;
justify-content: center;
transition: background-color 0.3s ease-in, color 0.3s ease-in;
transition:
background-color 0.3s ease-in,
color 0.3s ease-in;
border-radius: 4px;
margin-right: 1px;
}
@@ -1789,7 +1799,9 @@ button[aria-expanded='true'] .chevron_sort_container img {
font-size: 14px;
line-height: 21px;
border-radius: 5px;
transition: color 0.2s ease-in, background-color 0.2s ease-in;
transition:
color 0.2s ease-in,
background-color 0.2s ease-in;
}
.PM_ASBlockOutputVertical .PM_ASSubmitSearch:hover {
@@ -2451,9 +2463,10 @@ a:hover,
}
#description h2 {
color: $cTxtBlack;
font-size: 20px;
line-height: 30px;
// color: $cTxtBlack;
// font-size: 20px;
line-height: 1.5;
// line-height: 30px;
margin-bottom: 13px;
font-weight: 400;
}
@@ -3576,7 +3589,9 @@ body#checkout .modal-content li {
border-radius: 5px;
width: 226px;
height: 54px;
transition: background-color 0.4s ease, color 0.4s ease;
transition:
background-color 0.4s ease,
color 0.4s ease;
}
.sinlge_row_salon .see_salon_button img {
@@ -5343,7 +5358,9 @@ body {
display: flex;
align-items: center;
justify-content: center;
transition: opacity 250ms ease, visibility 250ms ease;
transition:
opacity 250ms ease,
visibility 250ms ease;
overflow: auto;
&.active {