From 2bc2df210faaac5ee8ee9cb81f3c368bcb6bd41d Mon Sep 17 00:00:00 2001 From: Thomas JUND Date: Tue, 24 Jan 2023 15:34:05 +0100 Subject: [PATCH] alpes-maritimes-2022: add title to steps panel (#72112) --- static/alpes-maritimes-2022/_custom.scss | 7 +++++++ .../alpes-maritimes-2022/wcs/front/formdata_steps.html | 1 + 2 files changed, 8 insertions(+) diff --git a/static/alpes-maritimes-2022/_custom.scss b/static/alpes-maritimes-2022/_custom.scss index f37e5d65..95304d15 100644 --- a/static/alpes-maritimes-2022/_custom.scss +++ b/static/alpes-maritimes-2022/_custom.scss @@ -923,6 +923,13 @@ span.required { &-mask { @include mask(3000); } + &-title { + @extend %title; + @extend .trapeze-title; + padding-left: 0; + border-bottom: none; + margin-bottom: 1em; + } } // toogled &--voir-etapes.toggled + &--panel { diff --git a/templates/variants/alpes-maritimes-2022/wcs/front/formdata_steps.html b/templates/variants/alpes-maritimes-2022/wcs/front/formdata_steps.html index ab50bd1f..3365bd23 100644 --- a/templates/variants/alpes-maritimes-2022/wcs/front/formdata_steps.html +++ b/templates/variants/alpes-maritimes-2022/wcs/front/formdata_steps.html @@ -20,6 +20,7 @@ FERMER +

Toutes les étapes

{{ block.super }}