mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 15:36:58 +00:00
16 lines
261 B
CSS
16 lines
261 B
CSS
.root.empty {
|
|
@apply bg-secondary text-secondary;
|
|
}
|
|
|
|
.root.success {
|
|
@apply bg-green text-white;
|
|
}
|
|
|
|
.root.error {
|
|
@apply bg-red text-white;
|
|
}
|
|
|
|
.lineItemsList {
|
|
@apply py-4 space-y-6 sm:py-0 sm:space-y-0 sm:divide-y sm:divide-accent-2 border-accent-2;
|
|
}
|