style(forms): increase forms elements font-size to legacy value & fieldset style

This commit is contained in:
Colin Darie 2022-10-06 12:59:02 +02:00
parent 71996af65b
commit 555c796d19

View file

@ -8,16 +8,16 @@ body [href]:not([class^="fr-"]) {
background-image: none;
}
// override default transparent background on inputs
// override default transparent background on inputs & font-size to 16px by default
input,
textarea,
select {
background: $white;
}
.fr-footer__bottom-link {
// re-apply color unsetted by our common "a" rule setting a blue
// color: var(--text-mention-grey);
font-size: 1em;
}
// with Marianne font, weight of font is less bolder, so bold it up
@ -42,3 +42,9 @@ input[type="radio"] {
textarea {
cursor: auto;
}
fieldset {
border: 0;
padding-left: 0;
padding-bottom: 0;
}