2018-11-10 14:59:53 -05:00
|
|
|
.progress-bar__wrapper {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
2018-05-30 15:00:09 -07:00
|
|
|
.progress-bar--inactive {
|
2018-11-08 19:44:59 -05:00
|
|
|
color: $grey;
|
2018-05-30 15:00:09 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.progress-bar--active {
|
2018-06-08 17:23:11 -07:00
|
|
|
color: $primary-color;
|
2018-05-30 15:00:09 -07:00
|
|
|
}
|