Merge cart and checkout styles so it works when using shortcodes on same page

This commit is contained in:
Mike Jolley 2016-06-27 11:42:01 +01:00
parent df075875b4
commit c54b704f19
2 changed files with 5 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@ -1617,9 +1617,11 @@ p.demo_store {
} }
/** /**
* Cart page * Cart/checkout page
*/ */
.woocommerce-cart { .woocommerce-cart,
.woocommerce-checkout,
#add_payment_method {
table.cart { table.cart {
.product-thumbnail { .product-thumbnail {
min-width: 32px; min-width: 32px;
@ -1745,12 +1747,6 @@ p.demo_store {
} }
} }
} }
}
/**
* Checkout
*/
.woocommerce-checkout, #add_payment_method {
.checkout { .checkout {
.col-2 { .col-2 {
h3#ship-to-different-address { h3#ship-to-different-address {