Fix styling of order pay form via my account.

This commit is contained in:
Jeff Stieler 2022-01-18 16:50:30 -07:00
parent 1a8e27e5ca
commit 8c78791c37
1 changed files with 6 additions and 3 deletions

View File

@ -890,7 +890,8 @@ $tt2-gray: #f7f7f7;
}
}
.woocommerce-checkout {
.woocommerce-checkout,
&.woocommerce-order-pay {
display: table;
h3 {
@ -929,11 +930,13 @@ $tt2-gray: #f7f7f7;
.woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout-review-order-table,
.woocommerce-checkout-payment {
.woocommerce-checkout-payment,
#payment {
margin-top: 4rem;
}
.woocommerce-checkout-review-order-table {
.woocommerce-checkout-review-order-table,
#order_review .shop_table {
border-collapse: collapse;
width: 100%;