widget & VA
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user