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"
|
||||
class="mt-4 subheader"
|
||||
cmsWidgetName="SiteSubHeaderWidget" />
|
||||
<div
|
||||
v-for="(item, i) in PartsOrQuestions"
|
||||
:key="i"
|
||||
class="glass-question-container">
|
||||
<glassPartQuestion
|
||||
:ref="`${RefPrefix}-${item.glassLocation}-${item.glassName}`"
|
||||
v-model="selectedGlassParts[item.glassLocation + '-' + item.glassName]"
|
||||
:glassLocation="item.glassLocation"
|
||||
:glassName="item.glassName"
|
||||
:colorAnswers="item.colorAnswers"
|
||||
:alreadyPopulatedPartsData="alreadyPopulatedPartsData" />
|
||||
<div class="body-container">
|
||||
<div
|
||||
v-for="(item, i) in PartsOrQuestions"
|
||||
:key="i"
|
||||
class="glass-question-container">
|
||||
<glassPartQuestion
|
||||
:ref="`${RefPrefix}-${item.glassLocation}-${item.glassName}`"
|
||||
v-model="selectedGlassParts[item.glassLocation + '-' + item.glassName]"
|
||||
:glassLocation="item.glassLocation"
|
||||
:glassName="item.glassName"
|
||||
:colorAnswers="item.colorAnswers"
|
||||
:alreadyPopulatedPartsData="alreadyPopulatedPartsData" />
|
||||
</div>
|
||||
</div>
|
||||
<siteFooter
|
||||
ref="siteFooter"
|
||||
class="footer"
|
||||
cmsWidgetName="SiteFooterWidget"
|
||||
:isForwardActionDisabled="isForwardActionDisabled"
|
||||
@backClicked="navigateBackByVehicleQuestions"
|
||||
|
|
@ -247,9 +248,9 @@ export default {
|
|||
.glass-question-container {
|
||||
margin-bottom: 1.25rem;
|
||||
}
|
||||
|
||||
.footer {
|
||||
margin-top: 1.625rem;
|
||||
|
||||
.body-container {
|
||||
margin-bottom: 1.875rem;
|
||||
}
|
||||
|
||||
.need-help-link-container {
|
||||
|
|
|
|||
Loading…
Reference in a new issue