2025-08-14 15:10:45 +00:00
|
|
|
.progress-bar {
|
|
|
|
|
display: flex;
|
|
|
|
|
height: 4px;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
2025-09-19 19:54:43 +00:00
|
|
|
&__small {
|
|
|
|
|
width: px-to-rem(50);
|
|
|
|
|
}
|
|
|
|
|
&__large {
|
|
|
|
|
width: px-to-rem(100);
|
|
|
|
|
}
|
|
|
|
|
|
2025-08-14 15:10:45 +00:00
|
|
|
&__section {
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
}
|