style: quiz cta

This commit is contained in:
Jannat Patel
2021-10-24 11:30:51 +05:30
parent ce01e83382
commit 0cd52b7220
2 changed files with 3 additions and 3 deletions

View File

@@ -483,7 +483,7 @@ input[type=checkbox] {
background: #FFFFFF;
}
.is-secondary:hover:not(:disabled) {
.is-secondary:hover {
text-decoration: none;
color: inherit;
}

View File

@@ -47,8 +47,8 @@
</div>
<div class="quiz-footer">
<span class="font-weight-bold"> <span class="current-question">1</span> of {{ quiz.questions | length }}</span>
<button class="button is-secondary pull-right" id="check" disabled>Check</button>
<button class="button is-default hide" id="next">Next</button>
<button class="button pull-right" id="check" disabled>Check</button>
<button class="button hide" id="next">Next Question</button>
<button class="button is-default hide" id="summary">Summary</button>
<small id="submission-message" class="font-weight-bold hide"> Please join the course to submit the Quiz.</small>
</div>