feat: student progress

This commit is contained in:
Jannat Patel
2022-11-16 18:43:10 +05:30
parent ae2c15fe8c
commit a4ec058a81
11 changed files with 211 additions and 50 deletions

View File

@@ -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);
}