style: adjust spacing of w.c.s. steps in backoffice submission (#35548)

This commit is contained in:
Frédéric Péters 2019-08-23 09:34:45 +02:00
parent ba6a4add39
commit 57a3a60739
2 changed files with 6 additions and 2 deletions

View File

@ -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%);

View File

@ -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 {