amelioration(dsfr): quelques maj de style pour des espacements

This commit is contained in:
Martin 2023-08-17 17:16:37 +02:00
parent b34b4fcb0c
commit 77106ee84c

View file

@ -20,7 +20,8 @@
font-style: italic; font-style: italic;
} }
.fr-input-group { .fr-input-group,
.fr-select-group {
margin-bottom: 1rem; margin-bottom: 1rem;
} }
@ -209,18 +210,17 @@
} }
} }
.fr-label { .fr-label .fr-hint-text > *,
.fr-fieldset__legend .fr-hint-text > * {
// la description d'un champ peut contenir du markup (markdown->html), // la description d'un champ peut contenir du markup (markdown->html),
// on herite donc la fontsize/mrgin/padding du fr-hint-text // on herite donc la fontsize/mrgin/padding du fr-hint-text
.fr-hint-text > * {
font-size: inherit; font-size: inherit;
margin: inherit; margin: inherit;
padding: inherit; padding: inherit;
} }
}
input[type=password], input[type=password],
select { select:not(.fr-select) {
display: block; display: block;
margin-bottom: 0; margin-bottom: 0;