34 lines
594 B
CSS
34 lines
594 B
CSS
.checkout_form_margin {
|
|
margin-right: 10px !important;
|
|
margin-left: 10px !important;
|
|
}
|
|
|
|
.payment-select-container {
|
|
text-align: center;
|
|
}
|
|
|
|
.payment-select-desktop .payment-btn {
|
|
margin-right: 10px !important;;
|
|
}
|
|
|
|
.payment-select-mobile .payment-btn {
|
|
margin-bottom: 6px !important;
|
|
}
|
|
|
|
.collapsed-address-container .mybutton {
|
|
margin-top: 0px !important;
|
|
width: 240px;
|
|
}
|
|
|
|
.collapsed-address-container-mobile button {
|
|
margin-bottom: 6px !important;
|
|
margin-left: 10% !important;
|
|
margin-right: 10% !important;
|
|
width: 80% !important;
|
|
}
|
|
|
|
.gift-btn {
|
|
width: 200px;
|
|
margin-bottom: 10px;
|
|
}
|