Make the heading on form elements less bold
This commit is contained in:
parent
9cb8020dbe
commit
2f5a1984b3
|
@ -79,7 +79,7 @@ input[type=number] {
|
||||||
}
|
}
|
||||||
|
|
||||||
label {
|
label {
|
||||||
@apply .block .text-xs .font-medium .uppercase .text-neutral-700 .mb-2;
|
@apply .block .text-xs .uppercase .text-neutral-700 .mb-2;
|
||||||
}
|
}
|
||||||
|
|
||||||
select:not(.appearance-none) {
|
select:not(.appearance-none) {
|
||||||
|
|
Loading…
Reference in New Issue