eurelien-cd28-2022: change titles typo and padding in form summary (#73559)

This commit is contained in:
Corentin Sechet 2023-01-18 14:50:19 +01:00 committed by Gitea
parent 78e4ca257b
commit f192fca10f
1 changed files with 17 additions and 1 deletions

View File

@ -1,5 +1,5 @@
.form-content {
h1, h2, h3, h4, h5, p, table {
h1, h2, h3, h4, h5, h6, p, table {
margin: 0 0 0.7em 0;
}
@ -11,6 +11,7 @@
&--title {
@extend h4;
padding-left: 0;
}
}
@ -42,3 +43,18 @@ div#tracking-code {
}
border-radius: 0;
}
div#rub_service {
h1, h2, h3, div.dataview {
padding-left: 0;
}
h3 {
@extend h6;
text-decoration: underline;
}
}
div.dataview .value {
margin-left: 0;
}