Skip to content

Commit 89042ee

Browse files
authored
Merge pull request #354 from Oksydan/adjustments-for-new-cart-view
Adjustments for new cart view
2 parents d31a85e + a0695b5 commit 89042ee

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

_dev/css/theme/components/cart/_cart-products.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
.cart-products {
44
display: flex;
5-
padding-bottom: map.get($spacers, 3);
5+
padding: map.get($spacers, 2) 0;
66

77
&:not(:first-child) {
8-
padding-top: map.get($spacers, 3);
98
border-top: 1px solid $border-color;
109
}
1110

_dev/css/theme/components/cart/_index.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@import "blockcart";
21
@import "cart-dropdown";
32
@import "cart-products";
43
@import "cart-loader";

0 commit comments

Comments
 (0)