fix: profile and progress on dashboard
This commit is contained in:
@@ -1148,13 +1148,18 @@ input[type=checkbox] {
|
||||
}
|
||||
}
|
||||
|
||||
.zindex {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.progress {
|
||||
width: 100%;
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
.progress-bar {
|
||||
background-color: #318AD8;
|
||||
background-color: var(--primary-color);
|
||||
}
|
||||
|
||||
.progress-percentage {
|
||||
|
||||
Reference in New Issue
Block a user