Move the shipping form style to the file where it's actually loaded.
This commit is contained in:
parent
53fb13d704
commit
b7235431b3
|
@ -588,12 +588,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.woocommerce-shipping-fields {
|
||||
h3 {
|
||||
margin: 1.42em 0;
|
||||
}
|
||||
}
|
||||
|
||||
.order_data_column_container {
|
||||
p._billing_email_field {
|
||||
margin-top: 13px;
|
||||
|
|
|
@ -976,6 +976,7 @@ table.variations {
|
|||
#ship-to-different-address {
|
||||
font-size: 1em;
|
||||
display: inline-block;
|
||||
margin: 1.42em 0;
|
||||
|
||||
label {
|
||||
font-weight: 300;
|
||||
|
|
Loading…
Reference in New Issue