Skip to content

Commit

Permalink
Adjustments for new cart view
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksydan committed Dec 4, 2023
1 parent d31a85e commit a0695b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions _dev/css/theme/components/cart/_cart-products.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

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

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

Expand Down
1 change: 0 additions & 1 deletion _dev/css/theme/components/cart/_index.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "blockcart";
@import "cart-dropdown";
@import "cart-products";
@import "cart-loader";
Expand Down

0 comments on commit a0695b5

Please sign in to comment.