From 63abf60ec694d18570e3a2dbe2617bce43b9f494 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Fri, 17 May 2019 11:51:25 +0200 Subject: [PATCH] misc: update registration steps styles --- static/grandlyon-cut/_custom.scss | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/static/grandlyon-cut/_custom.scss b/static/grandlyon-cut/_custom.scss index e0d12d8..52105a6 100644 --- a/static/grandlyon-cut/_custom.scss +++ b/static/grandlyon-cut/_custom.scss @@ -276,18 +276,21 @@ div#main-content { span { &.marker { border: 1px solid #000; - padding: 1em; + padding: 10px; border-radius: 50%; - width: 1em; + width: 12px; + height: 12px; display: inline-block; text-align: center; - background: $body-background; + background: #ffffff; z-index: 10; + font-size: 10px; } &.label { margin-top: 0.5em; display: block; text-transform: uppercase; + font-size: 13px; } } &.current { @@ -299,7 +302,7 @@ div#main-content { } &::before { position: absolute; - top: calc(50% - 1em); + top: calc(50% - 12px); content: ''; border-top: 1px solid #000; width: 74.5%;