CSR-2140 WIP added styles for spacing.
This commit is contained in:
parent
2b9e32a829
commit
e750e277ab
3 changed files with 8 additions and 4 deletions
|
|
@ -49,14 +49,14 @@
|
|||
:lineItems="lineItems" />
|
||||
|
||||
<recalDisclaimer
|
||||
class="m-0"
|
||||
class="mb-0"
|
||||
cmsWidgetName="RecalDisclaimerWidget"
|
||||
v-if="isRecalibrationOnOrder"
|
||||
v-on="{ textLinkClicked: openModalAction }"
|
||||
alertClass="alert-info" />
|
||||
|
||||
<promoModalQuestion
|
||||
class="small mt-4 d-md-flex justify-content-md-center"
|
||||
class="small mt-6 d-md-flex justify-content-md-center"
|
||||
v-model="lineItems"
|
||||
:addableVaps="addableVaps"
|
||||
pageName="quote"
|
||||
|
|
@ -68,7 +68,7 @@
|
|||
cmsWidgetName="quoteDisclaimer"
|
||||
justifyText="left"
|
||||
typeStyle="caption"
|
||||
class="mt-4" />
|
||||
class="mt-6" />
|
||||
|
||||
<contentGroupModal ref="RainDefenseModal" cmsWidgetName="RainDefenseModal" />
|
||||
<contentGroupModal ref="FrontWiperModal" cmsWidgetName="FrontWiperModal" />
|
||||
|
|
|
|||
|
|
@ -317,7 +317,7 @@ export default {
|
|||
div.discount-price {
|
||||
color: #469d2a;
|
||||
font-weight: 600;
|
||||
font-size: 26px;
|
||||
font-size: 1.625rem;
|
||||
}
|
||||
@include media-breakpoint-up(md) {
|
||||
position: absolute;
|
||||
|
|
|
|||
|
|
@ -37,6 +37,10 @@ body {
|
|||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
//Quote page max-width for service packages
|
||||
.col-xl-8 {
|
||||
max-width: 1200px;
|
||||
}
|
||||
//END set max-width on columns
|
||||
}
|
||||
.pointer {
|
||||
|
|
|
|||
Loading…
Reference in a new issue