Save
This commit is contained in:
@@ -8873,13 +8873,13 @@ body#checkout section.checkout-step:last-child {
|
||||
}
|
||||
|
||||
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;
|
||||
// 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 {
|
||||
@@ -8945,24 +8945,24 @@ body#checkout section.checkout-step.-current.-reachable.-complete .content {
|
||||
}
|
||||
|
||||
body#checkout section.checkout-step.-reachable.-current .step-number {
|
||||
display: -webkit-inline-box;
|
||||
display: -ms-inline-flexbox;
|
||||
display: inline-flex;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-webkit-box-pack: center;
|
||||
-ms-flex-pack: 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%;
|
||||
// display: -webkit-inline-box;
|
||||
// display: -ms-inline-flexbox;
|
||||
// display: inline-flex;
|
||||
// -webkit-box-align: center;
|
||||
// -ms-flex-align: center;
|
||||
// align-items: center;
|
||||
// -webkit-box-pack: center;
|
||||
// -ms-flex-pack: 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 {
|
||||
@@ -9040,23 +9040,23 @@ body#checkout section.checkout-step .payment-options .payment-option {
|
||||
}
|
||||
|
||||
body#checkout section.checkout-step .step-number {
|
||||
display: -webkit-inline-box;
|
||||
display: -ms-inline-flexbox;
|
||||
display: inline-flex;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-webkit-box-pack: center;
|
||||
-ms-flex-pack: 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%;
|
||||
// display: -webkit-inline-box;
|
||||
// display: -ms-inline-flexbox;
|
||||
// display: inline-flex;
|
||||
// -webkit-box-align: center;
|
||||
// -ms-flex-align: center;
|
||||
// align-items: center;
|
||||
// -webkit-box-pack: center;
|
||||
// -ms-flex-pack: 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 {
|
||||
@@ -12507,7 +12507,7 @@ body#checkout
|
||||
}
|
||||
|
||||
.block-promo .promo-code {
|
||||
padding: 1rem;
|
||||
// padding: 1rem;
|
||||
}
|
||||
|
||||
.block-promo .promo-code .alert-danger {
|
||||
@@ -12534,22 +12534,32 @@ body#checkout
|
||||
|
||||
.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: #462d2624 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,
|
||||
|
||||
Reference in New Issue
Block a user