Add float: right to dcc order button like in WC styles

This commit is contained in:
Alex P 2021-11-11 17:58:08 +02:00
parent b9ae2483ad
commit c97dc9530b

View file

@ -11,3 +11,7 @@
.ppcp-credit-card-gateway-form-field-disabled {
opacity: .5 !important;
}
.ppcp-dcc-order-button {
float: right;
}