commerce/components/cart/CartSidebarView/CartSidebarView.module.css
2020-10-26 17:33:43 -03:00

16 lines
190 B
CSS

.root {
@apply h-full flex flex-col;
}
.root.empty {
@apply bg-secondary text-secondary;
}
.root.success {
@apply bg-green text-white;
}
.root.error {
@apply bg-red text-white;
}