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)"
|
||||
:answerKey="questionsDatum.answerKey"
|
||||
:validationRules="validationRules" />
|
||||
<slot></slot>
|
||||
</div>
|
||||
|
||||
<slot></slot>
|
||||
|
||||
|
||||
<navbar
|
||||
ref="navbar"
|
||||
|
|
@ -88,6 +89,12 @@ export default {
|
|||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.nav-bar {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
.save-progress-modal-question {
|
||||
margin: 2rem 0;
|
||||
}
|
||||
.questions-page {
|
||||
.question-text {
|
||||
margin-bottom: 1.5rem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue