diff --git a/src/less/editor.less b/src/less/editor.less index eb77885..750ce3a 100644 --- a/src/less/editor.less +++ b/src/less/editor.less @@ -102,13 +102,13 @@ width: 26px; height: 26px; border: 1px solid @progress-indicator-color; - background: @progress-indicator-color; + background: white; border-radius: 50%; - color: white; - content: counter(item); + color: #000; + content: ' '; font-size: 13px; font-weight: 400; - line-height: 1.5rem; + line-height: 1.6rem; text-align: center; } @@ -142,8 +142,10 @@ .progress__item.progress__item--active { &:after { - background: @progress-indicator-color; - color: white; + background: white; + color: @progress-green; + content: '\2022'; + font-size: 50px; } .progress__title.title-incomplete {