feat: student progress
This commit is contained in:
@@ -1841,10 +1841,8 @@ select {
|
||||
|
||||
.progress-course-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
background-color: var(--gray-100);
|
||||
padding: 0.5rem;
|
||||
border-radius: var(--border-radius-sm);
|
||||
}
|
||||
|
||||
.section-heading {
|
||||
@@ -1852,3 +1850,9 @@ select {
|
||||
color: var(--gray-900);
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.table th {
|
||||
color: var(--gray-900);
|
||||
font-weight: 500;
|
||||
border-bottom: 1px solid var(--gray-300);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user