mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
🎨 styles: cart drawer spacing
:%s
This commit is contained in:
@@ -6,7 +6,4 @@
|
|||||||
.body {
|
.body {
|
||||||
@apply flex flex-col justify-center overflow-y-auto overflow-x-hidden h-full custom-scroll;
|
@apply flex flex-col justify-center overflow-y-auto overflow-x-hidden h-full custom-scroll;
|
||||||
}
|
}
|
||||||
.bottom {
|
|
||||||
padding-top: 1.6rem;
|
|
||||||
}
|
|
||||||
}
|
}
|
@@ -23,7 +23,7 @@ const CartDrawer = ({ visible, onClose }: Props) => {
|
|||||||
<ProductsInCart data={PRODUCT_CART_DATA_TEST}/>
|
<ProductsInCart data={PRODUCT_CART_DATA_TEST}/>
|
||||||
<CartRecommendation />
|
<CartRecommendation />
|
||||||
</div>
|
</div>
|
||||||
<div className={s.bottom}>
|
<div>
|
||||||
<CartMessage />
|
<CartMessage />
|
||||||
<CartCheckoutButton />
|
<CartCheckoutButton />
|
||||||
</div>
|
</div>
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
.cartRecommendation {
|
.cartRecommendation {
|
||||||
@apply w-full bg-background-gray;
|
@apply w-full bg-background-gray;
|
||||||
padding-bottom: 1.6rem;
|
padding-bottom: 5.4rem;
|
||||||
.top {
|
.top {
|
||||||
@apply flex justify-between items-center;
|
@apply flex justify-between items-center;
|
||||||
padding: 1.6rem;
|
padding: 1.6rem;
|
||||||
|
Reference in New Issue
Block a user