Save
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,9 +423,7 @@ body {
|
||||
line-height: 14px;
|
||||
color: #010101;
|
||||
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 {
|
||||
@@ -631,9 +629,7 @@ 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;
|
||||
}
|
||||
|
||||
.button_container a:hover {
|
||||
@@ -803,9 +799,7 @@ article.product-miniature:hover {
|
||||
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 {
|
||||
@@ -1305,9 +1299,7 @@ article.product-miniature:hover {
|
||||
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 {
|
||||
@@ -1563,9 +1555,7 @@ 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;
|
||||
}
|
||||
|
||||
.pagination a:hover,
|
||||
@@ -1676,9 +1666,7 @@ 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 {
|
||||
@@ -3411,9 +3399,7 @@ 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 {
|
||||
@@ -4598,9 +4584,7 @@ body#cms.cms-id-23 {
|
||||
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 {
|
||||
@@ -5243,8 +5227,7 @@ body#cms.cms-id-23 {
|
||||
}
|
||||
|
||||
.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);
|
||||
|
||||
> li {
|
||||
@@ -5971,3 +5954,20 @@ body #CookiebotWidget {
|
||||
bottom: 60px;
|
||||
left: 13px;
|
||||
}
|
||||
|
||||
section#checkout-personal-information-step {
|
||||
> .content {
|
||||
> .pshowsso-buttons {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
form#customer-form {
|
||||
footer.form-footer {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
> .pshowsso-buttons {
|
||||
padding-top: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user