Merge cart and checkout styles so it works when using shortcodes on same page
This commit is contained in:
parent
df075875b4
commit
c54b704f19
File diff suppressed because one or more lines are too long
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue