continue to work on UI
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
.progress-bar-container {
|
||||
width: 80px;
|
||||
position: relative;
|
||||
height: 7px;
|
||||
background-color: rgba(255, 255, 255, 0.3);
|
||||
border-radius: 10px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.progress-bar-fill {
|
||||
width: 50%;
|
||||
height: 100%;
|
||||
background-color: #00FF00;
|
||||
border-radius: 10px 0 0 10px; /* Rounded corners on the left side */
|
||||
}
|
||||
Reference in New Issue
Block a user