diff --git a/static/eurelien-cd28-2022/_wcs.scss b/static/eurelien-cd28-2022/_wcs.scss index 502a03eb..26bba123 100644 --- a/static/eurelien-cd28-2022/_wcs.scss +++ b/static/eurelien-cd28-2022/_wcs.scss @@ -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; +}