added progress bar for competencies
This commit is contained in:
@@ -181,3 +181,28 @@
|
||||
cursor: default;
|
||||
background-image: none;
|
||||
}
|
||||
#progress-wrapper {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
#progress-label {
|
||||
font-size: 14px;
|
||||
margin-bottom: 6px;
|
||||
text-align: right;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
#progress-bar {
|
||||
width: 100%;
|
||||
height: 10px;
|
||||
background: #e5e7eb;
|
||||
border-radius: 999px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#progress-fill {
|
||||
height: 100%;
|
||||
width: 0%;
|
||||
background: #22c55e;
|
||||
transition: width 0.3s ease;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user