feat: slideover menus, minor ui fixes

This commit is contained in:
liyasthomas
2021-07-24 22:16:48 +05:30
parent 4c2a9c1229
commit f0aaca2639
30 changed files with 213 additions and 108 deletions

View File

@@ -307,7 +307,15 @@ input[type="checkbox"] {
&.info {
@apply !bg-accent;
@apply !text-primary;
@apply !text-white;
}
&.error {
@apply !text-white;
}
&.success {
@apply !text-white;
}
}
}