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:
parent
4ae9ace396
commit
b312069710
@ -6,7 +6,4 @@
|
||||
.body {
|
||||
@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}/>
|
||||
<CartRecommendation />
|
||||
</div>
|
||||
<div className={s.bottom}>
|
||||
<div>
|
||||
<CartMessage />
|
||||
<CartCheckoutButton />
|
||||
</div>
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
.cartRecommendation {
|
||||
@apply w-full bg-background-gray;
|
||||
padding-bottom: 1.6rem;
|
||||
padding-bottom: 5.4rem;
|
||||
.top {
|
||||
@apply flex justify-between items-center;
|
||||
padding: 1.6rem;
|
||||
|
Loading…
x
Reference in New Issue
Block a user