Move the shipping form style to the file where it's actually loaded.

This commit is contained in:
Peter Fabian 2019-10-15 11:05:51 +02:00
parent 53fb13d704
commit b7235431b3
2 changed files with 1 additions and 6 deletions

View File

@ -588,12 +588,6 @@
} }
} }
.woocommerce-shipping-fields {
h3 {
margin: 1.42em 0;
}
}
.order_data_column_container { .order_data_column_container {
p._billing_email_field { p._billing_email_field {
margin-top: 13px; margin-top: 13px;

View File

@ -976,6 +976,7 @@ table.variations {
#ship-to-different-address { #ship-to-different-address {
font-size: 1em; font-size: 1em;
display: inline-block; display: inline-block;
margin: 1.42em 0;
label { label {
font-weight: 300; font-weight: 300;