WIP: Implement profile editing

This commit is contained in:
Björn Fromme
2023-09-17 19:36:18 +02:00
parent 97c5a686af
commit bfc5e5e242
17 changed files with 498 additions and 18 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
.btn {
@apply px-8 py-1 border bg-primary border-primary text-white;
@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 border-secondary text-gray-800;
@apply bg-secondary text-gray-800 hover:bg-secondary/80;
}