mirror of
https://github.com/vercel/commerce.git
synced 2025-06-19 05:31:22 +00:00
17 lines
237 B
CSS
17 lines
237 B
CSS
.root {
|
|
@apply h-full flex flex-col relative w-full;
|
|
height: calc(100vh + 300px);
|
|
}
|
|
|
|
.root.empty {
|
|
@apply bg-secondary text-secondary;
|
|
}
|
|
|
|
.root.success {
|
|
@apply bg-green text-white;
|
|
}
|
|
|
|
.root.error {
|
|
@apply bg-red text-white;
|
|
}
|