fix: mark as complete behaviour

This commit is contained in:
Jannat Patel
2021-11-29 16:02:59 +05:30
parent 0a374a0e78
commit 715a1b5df5
3 changed files with 96 additions and 30 deletions

View File

@@ -1487,3 +1487,32 @@ pre {
.live-courses .course-home-headings {
margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
.lesson-pagination .custom-checkbox .empty-checkbox {
width: 1rem;
height: 1rem;
border-radius: 4px;
}
}
@media (max-width: 767px) {
.lesson-pagination .custom-checkbox .empty-checkbox {
margin-bottom: 1rem;
border-radius: 4px;
}
.lesson-pagination .custom-checkbox span {
display: inline-block;
width: 70%;
font-size: 10px;
}
}
.lesson-pagination .custom-checkbox input:checked+.empty-checkbox {
background-size: 1rem;
}
.no-discussion {
width: 80%;
}