style: quiz cta
This commit is contained in:
@@ -483,7 +483,7 @@ input[type=checkbox] {
|
|||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is-secondary:hover:not(:disabled) {
|
.is-secondary:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -47,8 +47,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="quiz-footer">
|
<div class="quiz-footer">
|
||||||
<span class="font-weight-bold"> <span class="current-question">1</span> of {{ quiz.questions | length }}</span>
|
<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 pull-right" id="check" disabled>Check</button>
|
||||||
<button class="button is-default hide" id="next">Next</button>
|
<button class="button hide" id="next">Next Question</button>
|
||||||
<button class="button is-default hide" id="summary">Summary</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>
|
<small id="submission-message" class="font-weight-bold hide"> Please join the course to submit the Quiz.</small>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user