style: discussons empty state and mark as complete message
This commit is contained in:
@@ -1513,6 +1513,6 @@ pre {
|
|||||||
background-size: 1rem;
|
background-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-discussion {
|
.no-discussions {
|
||||||
width: 80%;
|
width: 80% !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user