first rough styling of forms

This commit is contained in:
Antoine M 2023-11-22 14:39:13 +01:00
parent 25d683002d
commit f8c54d2f90

View 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;
}
}