@import '../../../../styles/variables'; .step-bar-container { margin: 1em 0; height: 0.5em; display: inline-block; min-width: 1px; background: $border-color !important; width: 100%; } .step-bar-progress { position: relative; top: -0.6em; left: 0; height: 0.5em; display: inline-block; min-width: 1px; background: $primary_color; } .shortcut { background: $dark-lavender; color: white; padding: 1em; margin: 1em; display: inline-block; border-radius: 100%; text-align: center; width: 4em; &.is-active { background: $font_color; } } .poll-title { color: $d-neutral; }