WIP: Implement frontend

This commit is contained in:
Björn Fromme
2023-09-18 13:10:20 +02:00
parent bfc5e5e242
commit ce97017ac4
70 changed files with 8751 additions and 337 deletions
+5 -7
View File
@@ -1,7 +1,5 @@
.btn {
@apply inline-flex justify-center rounded-lg text-sm font-semibold py-2.5 px-4 bg-primary text-white hover:bg-primary/80 w-full;
}
.btn--secondary {
@apply bg-secondary text-gray-800 hover:bg-secondary/80;
}
@import "components/autocomplete.css";
@import "components/button.css";
@import "components/datepicker.css";
@import "components/menu.css";
@import "components/toast.css";