widget & VA

This commit is contained in:
Robert Jagtiani
2025-02-11 23:40:53 +01:00
parent c6c7d5bc14
commit f4ba7c8111
9 changed files with 18 additions and 110 deletions

View File

@@ -62,13 +62,13 @@ input[type="number"],
input[type="password"],
input[type="file"],
select{
@apply min-h-[38px] ring-1 ring-black/15 rounded-sm}
@apply p-1 min-h-[38px] ring-1 ring-black/15 rounded-sm}
input[type="file"]{@apply pt-[4px]}
input[type="checkbox"],input[type="radio"]{@apply inline-block accent-secondary h-[13px]}
input:disabled, input:read-only, select:disabled {
input:disabled, input:read-only {
@apply bg-gray-200 border-gray-500/15;
}