2018-11-10 20:59:53 +01:00
|
|
|
.progress-bar__wrapper {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
2018-05-31 00:00:09 +02:00
|
|
|
.progress-bar--inactive {
|
2018-11-09 01:44:59 +01:00
|
|
|
color: $grey;
|
2018-05-31 00:00:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.progress-bar--active {
|
2018-06-09 02:23:11 +02:00
|
|
|
color: $primary-color;
|
2018-05-31 00:00:09 +02:00
|
|
|
}
|