.progress-group { display: flex; flex-direction: row; margin-bottom: $spacer; flex-wrap: wrap; } .progress-group-prepend { flex: 0 0 100px; align-self: center; } .progress-group-icon { margin: 0 $spacer 0 ($spacer * .25); font-size: $font-size-lg; } .progress-group-text { font-size: $font-size-sm; color: $gray-600; } .progress-group-header { display: flex; margin-bottom: ($spacer * .25); flex-basis: 100%; } .progress-group-bars { flex-grow: 1; align-self: center; .progress:not(:last-child) { margin-bottom: 2px; } } .progress-group-header + .progress-group-bars { flex-basis: 100%; }