clermont-ici: adjust form title for new hierarchy

This commit is contained in:
Frédéric Péters 2022-01-07 10:59:31 +01:00
parent b9daf19fd8
commit a0c082d01e
1 changed files with 16 additions and 3 deletions

View File

@ -514,6 +514,22 @@ div#tracking-code {
}
}
.form-content {
display: flex;
flex-direction: column;
.form-content--title {
background-color: transparent;
border-bottom: none;
text-align: left;
font-size: $fz-h2;
padding-left: 0.5rem;
color: $font-color;
}
#gauche {
order: -1;
}
}
div#rub_service {
h2 {
background-color: transparent;
@ -522,9 +538,6 @@ div#rub_service {
font-size: $fz-h2;
padding-left: 0.5rem;
}
h2:first-child {
color: $font-color;
}
}
div.buttons .cancel-button button {