From a0695b50856637b7b1c33231b0c67ff40281500f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Ste=CC=A8pien=CC=81?= Date: Mon, 4 Dec 2023 23:41:07 +0100 Subject: [PATCH] Adjustments for new cart view --- _dev/css/theme/components/cart/_cart-products.scss | 3 +-- _dev/css/theme/components/cart/_index.scss | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/_dev/css/theme/components/cart/_cart-products.scss b/_dev/css/theme/components/cart/_cart-products.scss index 124af1ad..2c5877c5 100644 --- a/_dev/css/theme/components/cart/_cart-products.scss +++ b/_dev/css/theme/components/cart/_cart-products.scss @@ -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; } diff --git a/_dev/css/theme/components/cart/_index.scss b/_dev/css/theme/components/cart/_index.scss index ca241c5f..8bb74eee 100644 --- a/_dev/css/theme/components/cart/_index.scss +++ b/_dev/css/theme/components/cart/_index.scss @@ -1,4 +1,3 @@ -@import "blockcart"; @import "cart-dropdown"; @import "cart-products"; @import "cart-loader";