forked from crowetic/commerce
16 lines
190 B
CSS
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;
|
|
}
|