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