style: discussons empty state and mark as complete message

This commit is contained in:
Jannat Patel
2021-11-29 16:20:49 +05:30
parent 715a1b5df5
commit cf8be3ca21
2 changed files with 3 additions and 3 deletions

View File

@@ -1513,6 +1513,6 @@ pre {
background-size: 1rem; background-size: 1rem;
} }
.no-discussion { .no-discussions {
width: 80%; width: 80% !important;
} }

View File

@@ -84,7 +84,7 @@
<label class="quiz-label"> <label class="quiz-label">
<input class="option mark-progress" type="checkbox" checked> <input class="option mark-progress" type="checkbox" checked>
<img class="empty-checkbox" /> <img class="empty-checkbox" />
<span class="small">{{ _("Mark the lesson as complete on moving to next lesson") }}</span> <span class="small">{{ _("Mark as complete when moving to the next lesson") }}</span>
</label> </label>
</div> </div>