21 lines
362 B
CSS
21 lines
362 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;
|
|
}
|