From 57a3a60739872d919ce177cb215f72015226c09a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 23 Aug 2019 09:34:45 +0200 Subject: [PATCH] style: adjust spacing of w.c.s. steps in backoffice submission (#35548) --- gadjo/static/css/_wcs.scss | 4 ++++ gadjo/static/css/gadjo.scss | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gadjo/static/css/_wcs.scss b/gadjo/static/css/_wcs.scss index a060f74..95f0887 100644 --- a/gadjo/static/css/_wcs.scss +++ b/gadjo/static/css/_wcs.scss @@ -10,6 +10,7 @@ div#side { // w.c.s. steps in backoffice submission background: white; padding: 0.5rem; border-radius: 3px 3px 0 0; + margin-bottom: 1rem; & + form { background: white; padding: 0.5rem; @@ -17,6 +18,9 @@ div#side { // w.c.s. steps in backoffice submission } #steps ol { background: transparent; + span.label { + margin-left: 0.5rem; + } .current span.marker { background: $primary-color; border-color: darken($primary-color, 20%); diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index 7570fca..4ce36ae 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -330,8 +330,8 @@ div.errornotice { color: #3c3c33; font-weight: normal; border-radius: 3px; - margin: 1ex 0; - padding: 1ex; + margin: 1rem 0; + padding: 0.5rem; border: 1px solid transparent; border-left-width: 25px; &::before {