venissieux: update steps (#36765)

This commit is contained in:
Thomas Jund 2019-11-14 14:20:48 +01:00
parent 989bd2deb4
commit ca8fd514e3
2 changed files with 4 additions and 19 deletions

View File

@ -258,25 +258,6 @@ div#rub_service {
}
}
div#steps {
@media screen and (max-width: $mobile-limit) {
display: inline-block;
max-width: 90%;
overflow: hidden;
}
}
div#steps ol li.current {
background: $secondary-color;
color: white;
border-bottom: 2px solid $secondary-color;
border-radius: 0;
span.marker {
border: 0;
color: white;
}
}
div.meetings_table span.selectable.on {
background: $secondary-color;
}

View File

@ -35,3 +35,7 @@ $footer-color: #4c6778;
$widget-custom-radio-checkbox: true;
$widget-unique-checkbox-position: left;
$wcs-steps-spacing: 0.5rem;
$wcs-steps-background: #fff;
$wcs-step-current-color: $secondary-color;