mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 07:26:59 +00:00
16 lines
215 B
CSS
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;
|
|
}
|