fix: mark as complete behaviour
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user