alpes-maritimes-2022: display wcs steps title (#72112)

This commit is contained in:
Thomas Jund 2023-01-04 15:09:29 +01:00
parent 9ffb9f79bb
commit 1f102570cc
1 changed files with 9 additions and 1 deletions

View File

@ -827,6 +827,7 @@ span.required {
border-bottom: none;
display: block;
text-align: right;
margin-bottom: 2em;
&-icon {
&::before {
@extend .h3;
@ -853,11 +854,18 @@ span.required {
@if (str-index('#{$wcs-step-marker-type}', 'tied')) {
@include tied-vertical-steps();
}
.theme-steps--panel h2 {
@extend %title;
@extend .trapeze-title;
border-bottom: 0;
display: block;
padding-left: 0;
margin-bottom: 1em;
}
.wcs-steps {
font-size: 1em;
&--list {
font-family: $title-font-family;
clear: both;
}
}
.wcs-step {