fleet/frontend/components/ProgressBar/_styles.scss

18 lines
218 B
SCSS
Raw Normal View History

.progress-bar {
display: flex;
height: 4px;
border-radius: 8px;
overflow: hidden;
&__small {
width: px-to-rem(50);
}
&__large {
width: px-to-rem(100);
}
&__section {
height: 100%;
}
}