Style order button and responsive form width.

This commit is contained in:
Jeff Stieler 2022-01-11 21:33:29 -07:00
parent 4b83fa9bca
commit 4718c65352
1 changed files with 13 additions and 0 deletions

View File

@ -857,6 +857,14 @@ $tt2-gray: #f7f7f7;
}
}
@media only screen and (max-width: 768px) {
.col2-set,
#customer_details {
width: 100%;
float: none;
}
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout-review-order-table,
.woocommerce-checkout-payment {
@ -898,6 +906,11 @@ $tt2-gray: #f7f7f7;
}
}
}
button#place_order {
width: 100%;
text-transform: uppercase;
}
}
ul.wc_payment_methods,