Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 525c9c5

Browse files
authored
align cart main heading and totals sidebar heading: (#2346)
- set appropriate padding for main cart container - card padding is currently provided by Gutenberg component (?) - overriding padding on totals card to match main container
1 parent b5811bb commit 525c9c5

File tree

1 file changed

+5
-0
lines changed
  • assets/js/blocks/cart-checkout/cart/full-cart

1 file changed

+5
-0
lines changed

assets/js/blocks/cart-checkout/cart/full-cart/style.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
font-weight: normal;
77
}
88

9+
.wc-block-cart__main,
10+
.wc-block-cart__sidebar .components-card__body.is-size-medium {
11+
padding-top: 1.3em;
12+
}
13+
914
.wc-block-cart__item-count {
1015
float: right;
1116
}

0 commit comments

Comments
 (0)