Changes night mode

This commit is contained in:
Belen Curcio
2020-10-26 17:33:43 -03:00
parent daaa2a483f
commit ada8fa59be
4 changed files with 26 additions and 12 deletions

View File

@@ -1,2 +1,15 @@
.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;
}