From a786dc168664e03a5a5bf9d7e9da9c97c8ec0947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 20 Aug 2018 18:58:24 +0200 Subject: [PATCH] steps in backoffice submission --- gadjo/static/css/gadjo.scss | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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%); + } + } +}