feat: implement screendesign
This commit is contained in:
@@ -4,7 +4,13 @@ label.required:after {
|
||||
}
|
||||
|
||||
.form-field {
|
||||
@apply border-zinc-400 focus:border-zinc-800 ring-0 focus:outline-2 focus:outline-offset-2 focus:outline-primary-light mt-1 block w-full;
|
||||
@apply border-zinc-400 ring-0 mt-1 block w-full rounded-md;
|
||||
@apply focus:outline-primary-light focus:border-zinc-800 focus:outline-2 focus:outline-offset-2;
|
||||
}
|
||||
|
||||
#participant-form .form-field,
|
||||
#form-payment .form-field {
|
||||
@apply bg-primary-bg border-primary-bg;
|
||||
}
|
||||
|
||||
.form-field--has-error {
|
||||
|
||||
Reference in New Issue
Block a user