- added parties

- changed layout for index and added svgs
This commit is contained in:
2025-11-22 19:35:58 +01:00
parent d6623598a1
commit c9bf64dc8c
16 changed files with 100 additions and 130 deletions

View File

@ -13,7 +13,9 @@ li { @apply list-disc; }
.notice p#notice { @apply py-2 px-3 bg-green-50 mb-5 text-green-500 font-medium rounded-md inline-block; }
form input[type="text"],
form input[type="number"]
form input[type="number"],
form input[type="date"],
form input[type="time"]
{
@apply block shadow-sm rounded-md border px-3 py-2 mt-2 w-full;
}