fix
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -423,7 +423,9 @@ body {
|
|||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
color: #010101;
|
color: #010101;
|
||||||
font-weight: 400;
|
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 {
|
.tab_links_container a:hover p {
|
||||||
@@ -629,7 +631,9 @@ body {
|
|||||||
line-height: 26px;
|
line-height: 26px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin-top: 12px;
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button_container a:hover {
|
.button_container a:hover {
|
||||||
@@ -799,7 +803,9 @@ article.product-miniature:hover {
|
|||||||
padding: 16px 32px;
|
padding: 16px 32px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
text-transform: unset;
|
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 {
|
.blog-viewall .btn-primary:hover {
|
||||||
@@ -1299,7 +1305,9 @@ article.product-miniature:hover {
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
padding: 20px 110px;
|
padding: 20px 110px;
|
||||||
color: #696868;
|
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 {
|
.salony_row a:hover .title {
|
||||||
@@ -1555,7 +1563,9 @@ button[aria-expanded='true'] .chevron_sort_container img {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination a:hover,
|
.pagination a:hover,
|
||||||
@@ -1666,7 +1676,9 @@ button[aria-expanded='true'] .chevron_sort_container img {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 21px;
|
line-height: 21px;
|
||||||
border-radius: 5px;
|
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 {
|
.PM_ASBlockOutputVertical .PM_ASSubmitSearch:hover {
|
||||||
@@ -3399,7 +3411,9 @@ body#checkout .modal-content li {
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
width: 226px;
|
width: 226px;
|
||||||
height: 54px;
|
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 {
|
.sinlge_row_salon .see_salon_button img {
|
||||||
@@ -4584,7 +4598,9 @@ body#cms.cms-id-23 {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
transition: opacity 250ms ease, visibility 250ms ease;
|
transition:
|
||||||
|
opacity 250ms ease,
|
||||||
|
visibility 250ms ease;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
@@ -5227,7 +5243,8 @@ body#cms.cms-id-23 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.acc_component {
|
.acc_component {
|
||||||
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
|
box-shadow:
|
||||||
|
0px 1px 3px 0px rgba(0, 0, 0, 0.1),
|
||||||
0px 0px 2px 0px rgba(0, 0, 0, 0.2);
|
0px 0px 2px 0px rgba(0, 0, 0, 0.2);
|
||||||
|
|
||||||
> li {
|
> li {
|
||||||
@@ -5691,7 +5708,7 @@ body {
|
|||||||
.dropdown-menu.level1 {
|
.dropdown-menu.level1 {
|
||||||
ul {
|
ul {
|
||||||
grid-auto-flow: column;
|
grid-auto-flow: column;
|
||||||
grid-template-rows: repeat(12, auto);
|
grid-template-rows: repeat(13, auto);
|
||||||
grid-template-columns: repeat(3, 270px);
|
grid-template-columns: repeat(3, 270px);
|
||||||
|
|
||||||
@media (max-height: 730px) {
|
@media (max-height: 730px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user