amelioration(dsfr): quelques maj de style pour des espacements
This commit is contained in:
parent
b34b4fcb0c
commit
77106ee84c
1 changed files with 8 additions and 8 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue