@import '../../../../styles/variables'; .step-bar-container { margin: 1em 0; height: 0.5em; display: inline-block; min-width: 1px; background: $grey-light; width: 100%; } .step-bar-progress { position: relative; top: -0.6em; left: 0; height: 0.5em; display: inline-block; min-width: 1px; background: $primary; }