Kundendaten

This commit is contained in:
Robert Jagtiani
2025-01-20 17:46:36 +01:00
parent 5b3bc5027f
commit 6e4c35a3fa
15 changed files with 760 additions and 246 deletions

View File

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