first rough styling of forms
This commit is contained in:
parent
25d683002d
commit
f8c54d2f90
17
resources/css/components/forms.css
Normal file
17
resources/css/components/forms.css
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
form {
|
||||||
|
textarea,
|
||||||
|
input {
|
||||||
|
@apply !border-neutral-400;
|
||||||
|
}
|
||||||
|
|
||||||
|
input:not([type='checkbox']):not([type='radio']) {
|
||||||
|
@apply !rounded-lg !py-6;
|
||||||
|
}
|
||||||
|
|
||||||
|
legend {
|
||||||
|
@apply !font-bold !text-neutral-900 !text-lg;
|
||||||
|
}
|
||||||
|
label {
|
||||||
|
@apply !text-neutral-700 !text-base !font-medium;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user