Style order button and responsive form width.
This commit is contained in:
parent
4b83fa9bca
commit
4718c65352
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue