Merge pull request #2234 from betagouv/form-paragraph-spacing
Sépare les paragraphes dans les descriptions des champs
This commit is contained in:
commit
8e833ba139
1 changed files with 10 additions and 2 deletions
|
@ -25,6 +25,10 @@
|
|||
@include notice-text-style;
|
||||
display: block;
|
||||
margin-top: $default-spacer;
|
||||
|
||||
p {
|
||||
margin-bottom: $default-spacer;
|
||||
}
|
||||
}
|
||||
|
||||
&.required {
|
||||
|
@ -247,9 +251,13 @@
|
|||
}
|
||||
|
||||
.explication {
|
||||
background-color: $light-grey;
|
||||
padding: $default-padding;
|
||||
margin-bottom: 2 * $default-padding;
|
||||
padding: $default-padding;
|
||||
background-color: $light-grey;
|
||||
|
||||
p:not(:last-child) {
|
||||
margin-bottom: $default-padding;
|
||||
}
|
||||
}
|
||||
|
||||
.send-wrapper {
|
||||
|
|
Loading…
Reference in a new issue