CASH-1042 WIP parts-question page formatting.
This commit is contained in:
parent
440c372f5b
commit
1fcfb247a5
1 changed files with 8 additions and 1 deletions
|
|
@ -19,9 +19,10 @@
|
||||||
v-if="showThisQuestionChain(questionsDatum, i)"
|
v-if="showThisQuestionChain(questionsDatum, i)"
|
||||||
:answerKey="questionsDatum.answerKey"
|
:answerKey="questionsDatum.answerKey"
|
||||||
:validationRules="validationRules" />
|
:validationRules="validationRules" />
|
||||||
|
<slot></slot>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<slot></slot>
|
|
||||||
|
|
||||||
<navbar
|
<navbar
|
||||||
ref="navbar"
|
ref="navbar"
|
||||||
|
|
@ -88,6 +89,12 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
.nav-bar {
|
||||||
|
margin-top: 1rem;
|
||||||
|
}
|
||||||
|
.save-progress-modal-question {
|
||||||
|
margin: 2rem 0;
|
||||||
|
}
|
||||||
.questions-page {
|
.questions-page {
|
||||||
.question-text {
|
.question-text {
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue