WIP: Add styles

This commit is contained in:
Björn Fromme
2023-09-14 17:58:19 +02:00
parent f8c9ff82a5
commit 1127f08abc
26 changed files with 9313 additions and 18 deletions
+7
View File
@@ -0,0 +1,7 @@
.btn {
@apply px-8 py-1 border bg-primary border-primary text-white;
}
.btn--secondary {
@apply bg-secondary border-secondary text-gray-800;
}