mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
12 lines
220 B
CSS
12 lines
220 B
CSS
.mx_ProgressBar {
|
|
height: 5px;
|
|
border-radius: 5px;
|
|
border: 1px solid black;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.mx_ProgressBar_fill {
|
|
height: 100%;
|
|
background-color: #666;
|
|
transition: width 0.1s ease;
|
|
}
|