continue to work on UI

This commit is contained in:
2024-09-29 14:42:07 +03:00
parent 20e145c091
commit 5b1e71306b
7 changed files with 128 additions and 25 deletions
+15
View File
@@ -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 */
}