Eurelien 2022 : derniers ajustements (#75105) #192

Merged
csechet merged 3 commits from wip/75015-eurelien-ajustements into main 2023-03-10 09:27:20 +01:00
3 changed files with 3 additions and 4 deletions

View File

@ -60,12 +60,12 @@
}
h1 {
@include cd28-title($font-size-9, $font-size-8, $font-weight-8, $gray-9);
@include cd28-title($font-size-9, $font-size-6, $font-weight-8, $gray-9);
}
%big-title-1 {
@extend h1;
@include cd28-big-title($font-size-7, $font-size-6);
@include cd28-big-title($font-size-7, $font-size-4);
}
h2 {

View File

@ -5,7 +5,7 @@
{% if title %}
{% with title|split:" " as title_elements %}
<h1>
<span class="cd28-title-header">Les</span>
<span class="cd28-title-header">Mes</span>
d&eacute;marches
</h1>
{% endwith %}

View File

@ -3,7 +3,6 @@
{% block body %}
<div class="form-validation">
{{ form_side|default:"" }}
<div class="warningnotice">
{% standard_text "check-before-submit" %}
</div>