mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-17 01:24:36 +01:00
Progress bar
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user