alpes-maritimes-2022: add title to steps panel (#72112)

This commit is contained in:
Thomas Jund 2023-01-24 15:34:05 +01:00 committed by Gitea
parent 1a4fbf25a7
commit 2bc2df210f
2 changed files with 8 additions and 0 deletions

View File

@ -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 {

View File

@ -20,6 +20,7 @@
FERMER
<span class="theme-steps--panel-close-icon"></span>
</a>
<h3 class="theme-steps--panel-title">Toutes les étapes</h3>
{{ block.super }}
</div>
<div class="theme-steps--panel-mask"></div>