diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index 9ba1a63..f6f1931 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -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%); + } + } +}