Files
mostlymatter/webapp/channels/src/components/progress_bar.scss

13 строки
201 B
SCSS

.ProgressBar {
display: flex;
width: 100%;
height: 100%;
}
.ProgressBar__progress {
flex-grow: 0;
flex-shrink: 0;
background-color: white;
transition: all 0.25s ease-in;
}