amiens-metropole: adjust for new form title hierarchy

This commit is contained in:
Frédéric Péters 2022-01-07 10:25:49 +01:00
parent 242de2ecdc
commit 58cda2570e
2 changed files with 5 additions and 1 deletions

View File

@ -143,6 +143,7 @@
#content {
max-width: $width;
.form-content,
#columns {
display: flex;
justify-content: space-between;
@ -214,12 +215,14 @@
@media screen and ($min-desktop-viewport) {
#page #main-content-wrapper #main-content #content #columns .form-content,
#page #main-content-wrapper #main-content #content #columns {
flex-direction: row;
}
}
@media screen and ($max-mobile-viewport) {
#page #main-content-wrapper #main-content #content #columns .form-content,
#page #main-content-wrapper #main-content #content #columns {
flex-direction: column;
@ -282,4 +285,4 @@
border: 1px solid;
}
}
}
}

View File

@ -45,6 +45,7 @@ $wcs-step-marker-background: white;
$wcs-step-current-marker-background: #CF0D8A;
$wcs-step-current-marker-color: #fff;
$wcs-step-marker-tie-width: 1px;
$form-titlebar-mode: form;
// Generic title style
%title-style {