armentieres: add steps title (#77625)

This commit is contained in:
Corentin Sechet 2023-05-16 15:53:33 +02:00
parent adf122d7aa
commit 161fb511eb
1 changed files with 9 additions and 0 deletions

View File

@ -200,6 +200,15 @@ input::placeholder {
}
// Steps
.wcs-steps {
h2 {
margin: 1rem 0 0 0;
display: block;
color: $red;
font-size: $fz-3;
}
}
.wcs-step {
border-radius: 0;
align-items: center;