From c024ade4949d6f8ebde512b9fb6b98de26f46040 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Thu, 25 Jun 2020 10:28:49 +0200 Subject: [PATCH] scss: fix registration steps markers position (#44433) --- static/grandlyon-cut/_custom.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/grandlyon-cut/_custom.scss b/static/grandlyon-cut/_custom.scss index ef4f456..ec4876f 100644 --- a/static/grandlyon-cut/_custom.scss +++ b/static/grandlyon-cut/_custom.scss @@ -297,10 +297,10 @@ div#main-content { span { &.marker { border: 1px solid #000; - padding: 10px; + padding: 4px; border-radius: 50%; - width: 12px; - height: 12px; + width: 22px; + height: 22px; display: inline-block; text-align: center; background: #ffffff;