commerce/components/cart/CartSidebarView/CartSidebarView.module.css
2021-05-27 14:23:55 -03:00

16 lines
215 B
CSS

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