Combines the following repositories into one: https://github.com/mattermost/mattermost-server https://github.com/mattermost/mattermost-webapp https://github.com/mattermost/focalboard https://github.com/mattermost/mattermost-plugin-playbooks
13 строки
201 B
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;
|
|
}
|