General UI Improvements

This commit is contained in:
Bel Curcio
2021-06-07 00:48:44 -03:00
parent fee79b47cf
commit f46891991e
11 changed files with 79 additions and 64 deletions

View File

@@ -1,15 +1,11 @@
.root {
min-height: 100vh;
}
.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;
}