steps in backoffice submission

This commit is contained in:
Frédéric Péters 2018-08-20 18:58:24 +02:00
parent ff7fd9a25b
commit a786dc1686
1 changed files with 18 additions and 0 deletions

View File

@ -1246,3 +1246,21 @@ body.welco-home div#main-content {
background: white;
margin: 0;
}
div#side { // w.c.s. steps in backoffice submission
background: white;
padding: 0.5rem;
border-radius: 3px 3px 0 0;
& + form {
background: white;
padding: 0.5rem;
border-radius: 0 0 3px 3px;
}
#steps ol {
background: transparent;
.current span.marker {
background: $primary-color;
border-color: darken($primary-color, 20%);
}
}
}