1
0
mirror of https://github.com/vercel/commerce.git synced 2025-04-01 01:35:53 +00:00
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;
}