commerce/components/cart/CartSidebarView/CartSidebarView.module.css
2021-06-07 00:48:44 -03: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;
}