This commit is contained in:
Roman Pyrih
2024-11-25 15:54:43 +01:00
parent 2f3895e223
commit 1a56dbea66
15 changed files with 11712 additions and 189 deletions

View File

@@ -8353,16 +8353,6 @@ body#checkout section.checkout-step:last-child {
border: 0;
}
body#checkout section.checkout-step .step-title {
padding-bottom: 1.25rem;
margin-bottom: 0;
font-size: 1.5rem;
font-weight: 500;
text-transform: uppercase;
cursor: pointer;
border-bottom: 1px solid #ddd;
}
body#checkout section.checkout-step.-current + .checkout-step .step-title {
padding-top: 1.25rem;
border-top: 1px solid #ddd;
@@ -8423,21 +8413,6 @@ body#checkout section.checkout-step.-current.-reachable.-complete .content {
display: block;
}
body#checkout section.checkout-step.-reachable.-current .step-number {
display: inline-flex;
align-items: center;
justify-content: center;
width: 33px;
height: 33px;
margin-right: 0.65rem;
font-size: 1rem;
color: #fff;
vertical-align: middle;
background-color: #00c062;
border: none;
border-radius: 50%;
}
body#checkout section.checkout-step.-reachable.-complete h1 .done {
display: inline-block;
}
@@ -8512,20 +8487,6 @@ body#checkout section.checkout-step .payment-options .payment-option {
margin-bottom: 0.5rem;
}
body#checkout section.checkout-step .step-number {
display: inline-flex;
align-items: center;
justify-content: center;
width: 33px;
height: 33px;
margin-right: 1rem;
margin-left: 0.5rem;
font-size: 1rem;
vertical-align: middle;
border: 1px solid #232323;
border-radius: 50%;
}
body#checkout section.checkout-step .address-selector {
display: flex;
flex-wrap: wrap;
@@ -11563,10 +11524,6 @@ body#checkout #hook-display-after-carrier > [class^=col].links .row > [class^=co
margin-bottom: 1rem;
}
.block-promo .promo-code {
padding: 1rem;
}
.block-promo .promo-code .alert-danger {
position: relative;
display: none;
@@ -11591,22 +11548,31 @@ body#checkout #hook-display-after-carrier > [class^=col].links .row > [class^=co
.block-promo .promo-code form {
text-align: center;
display: flex;
flex-direction: row;
}
.block-promo .promo-input {
width: 50%;
height: 2.5rem;
width: 100%;
height: 47px;
margin-right: -0.24rem;
color: #232323;
color: #462d26;
font-size: 14px;
font-family: "Inter", sans-serif;
text-indent: 0.625rem;
border: #7a7a7a 1px solid;
border: rgba(70, 45, 38, 0.1411764706) 1px solid;
background: #ece9e2;
outline: none;
}
.block-promo .promo-input + button {
margin-top: -4px;
margin-left: -1px;
text-transform: capitalize;
border: 2px solid #24b9d7;
background: #462d26;
color: #f9f7f2;
font-size: 14px;
font-family: "Inter", sans-serif;
font-weight: 500;
outline: none;
}
.block-promo .cart-summary-line .label,