Mini Cart: Remove excessive margin under cart items (https://github.com/woocommerce/woocommerce-blocks/pull/9051)
This commit is contained in:
parent
c58a09a8ef
commit
cb9980c519
|
@ -5,7 +5,7 @@ table.wc-block-cart-items td {
|
|||
background: none !important;
|
||||
// Remove borders on default themes.
|
||||
border: 0;
|
||||
margin: 0 0 2em;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.editor-styles-wrapper table.wc-block-cart-items,
|
||||
|
|
|
@ -12,13 +12,17 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.wc-block-cart {
|
||||
.wc-block-components-totals-taxes,
|
||||
.wc-block-components-totals-footer-item {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
table.wc-block-cart-items,
|
||||
table.wc-block-cart-items th,
|
||||
table.wc-block-cart-items td {
|
||||
margin: 0 0 2em;
|
||||
}
|
||||
}
|
||||
|
||||
// Loading placeholder state.
|
||||
|
|
Loading…
Reference in New Issue