fix: progress tracking

This commit is contained in:
Jannat Patel
2022-09-28 12:42:15 +05:30
parent 94171cbc0e
commit 5c58ddc800
3 changed files with 44 additions and 161 deletions

View File

@@ -628,16 +628,6 @@ input[type=checkbox] {
margin-bottom: 1rem;
}
.lesson-progress {
background: #BFDDF7;
padding: 4px 8px 4px;
font-size: 10px;
line-height: 120%;
margin-left: 1rem;
border-radius: var(--border-radius-md);
font-weight: bold;
}
.profile-page {
padding-top: 0;
}