Margin tweak
This commit is contained in:
parent
99aa828753
commit
ac0721d470
1 changed files with 16 additions and 15 deletions
|
|
@ -13,21 +13,22 @@
|
||||||
ref="siteSubHeader"
|
ref="siteSubHeader"
|
||||||
class="mt-4 subheader"
|
class="mt-4 subheader"
|
||||||
cmsWidgetName="SiteSubHeaderWidget" />
|
cmsWidgetName="SiteSubHeaderWidget" />
|
||||||
<div
|
<div class="body-container">
|
||||||
v-for="(item, i) in PartsOrQuestions"
|
<div
|
||||||
:key="i"
|
v-for="(item, i) in PartsOrQuestions"
|
||||||
class="glass-question-container">
|
:key="i"
|
||||||
<glassPartQuestion
|
class="glass-question-container">
|
||||||
:ref="`${RefPrefix}-${item.glassLocation}-${item.glassName}`"
|
<glassPartQuestion
|
||||||
v-model="selectedGlassParts[item.glassLocation + '-' + item.glassName]"
|
:ref="`${RefPrefix}-${item.glassLocation}-${item.glassName}`"
|
||||||
:glassLocation="item.glassLocation"
|
v-model="selectedGlassParts[item.glassLocation + '-' + item.glassName]"
|
||||||
:glassName="item.glassName"
|
:glassLocation="item.glassLocation"
|
||||||
:colorAnswers="item.colorAnswers"
|
:glassName="item.glassName"
|
||||||
:alreadyPopulatedPartsData="alreadyPopulatedPartsData" />
|
:colorAnswers="item.colorAnswers"
|
||||||
|
:alreadyPopulatedPartsData="alreadyPopulatedPartsData" />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<siteFooter
|
<siteFooter
|
||||||
ref="siteFooter"
|
ref="siteFooter"
|
||||||
class="footer"
|
|
||||||
cmsWidgetName="SiteFooterWidget"
|
cmsWidgetName="SiteFooterWidget"
|
||||||
:isForwardActionDisabled="isForwardActionDisabled"
|
:isForwardActionDisabled="isForwardActionDisabled"
|
||||||
@backClicked="navigateBackByVehicleQuestions"
|
@backClicked="navigateBackByVehicleQuestions"
|
||||||
|
|
@ -247,9 +248,9 @@ export default {
|
||||||
.glass-question-container {
|
.glass-question-container {
|
||||||
margin-bottom: 1.25rem;
|
margin-bottom: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.body-container {
|
||||||
margin-top: 1.625rem;
|
margin-bottom: 1.875rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.need-help-link-container {
|
.need-help-link-container {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue