commerce/site/components/cart/CartSidebarView/CartSidebarView.module.css
Matthew Mulford 470c40fd53 shopify
2022-10-08 14:37:47 -05:00

12 lines
199 B
CSS

.root {
min-height: 100vh;
}
.root.empty {
@apply bg-secondary text-secondary;
}
.lineItemsList {
@apply py-4 space-y-6 sm:py-0 sm:space-y-0 sm:divide-y sm:divide-accent-2 border-accent-2;
}