verbrauch

This commit is contained in:
Robert Jagtiani
2025-02-23 14:09:23 +01:00
parent ee7b1e4471
commit 1484f54fe2
3 changed files with 28 additions and 16 deletions

View File

@@ -63,7 +63,10 @@ input[type="password"],
input[type="file"],
textarea,
select{
@apply p-1 min-h-[38px] ring-1 ring-black/15 rounded-sm}
@apply p-1 min-h-[38px] ring-1 ring-black/15 rounded-sm;}
select option{font-family: "Heron", sans-serif !important;}
select, select option:disabled{@apply bg-white}
input[type="file"]{@apply pt-[4px]}