Progress bar

This commit is contained in:
SpikeHD
2022-05-09 20:25:01 -07:00
parent 2c21ff0b00
commit fe782f0154
3 changed files with 58 additions and 26 deletions

View File

@@ -0,0 +1,21 @@
.ProgressBar, .InnerProgress {
border-radius: 20px;
}
.ProgressBarWrapper {
display: flex;
flex-direction: row;
align-items: center;
}
.ProgressBar {
height: 20px;
width: 80%;
background-color: #fff;
color: #fff;
}
.InnerProgress {
height: 100%;
background-color: #00a8ff;
}