Merge branch 'develop' into feature/CSR-1373
This commit is contained in:
commit
cfd8e8f5df
1 changed files with 10 additions and 12 deletions
|
|
@ -7,10 +7,7 @@
|
||||||
<funnelSubHeader class="pb-4" cmsWidgetName="FunnelSubHeaderWidget" />
|
<funnelSubHeader class="pb-4" cmsWidgetName="FunnelSubHeaderWidget" />
|
||||||
<div class="fade-on-route-transition sub-container make-tall">
|
<div class="fade-on-route-transition sub-container make-tall">
|
||||||
<div v-if="!skipVin">
|
<div v-if="!skipVin">
|
||||||
<alert
|
<div class="vinlookupquestion" v-html="this.VinLookupQuestionText"></div>
|
||||||
class="vinLookupMethodHeading"
|
|
||||||
cmsWidgetName="AlertVinLookupQuestion"
|
|
||||||
alertClass="" />
|
|
||||||
<buttonQuestion
|
<buttonQuestion
|
||||||
cmsWidgetName="VinLookupMethod"
|
cmsWidgetName="VinLookupMethod"
|
||||||
:answers="answersFromCms"
|
:answers="answersFromCms"
|
||||||
|
|
@ -333,6 +330,9 @@ export default {
|
||||||
alertInfo() {
|
alertInfo() {
|
||||||
return this.skipVinNotRepair ? "AlertQuoteVinOptional" : "AlertQuoteReady";
|
return this.skipVinNotRepair ? "AlertQuoteVinOptional" : "AlertQuoteReady";
|
||||||
},
|
},
|
||||||
|
VinLookupQuestionText() {
|
||||||
|
return this.getCmsContent("VinLookupQuestion", "BodyText");
|
||||||
|
},
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
serviceZipCode() {
|
serviceZipCode() {
|
||||||
|
|
@ -355,13 +355,11 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.vinLookupMethodHeading p {
|
.vinlookupquestion p {
|
||||||
font-size: 14px;
|
margin-bottom: 0;
|
||||||
font-weight: 400;
|
}
|
||||||
color: $black;
|
.vinlookupquestion p:nth-child(2) {
|
||||||
strong {
|
font-size: 0.875rem;
|
||||||
font-size: 1rem;
|
margin-bottom: 1rem;
|
||||||
font-weight: 500;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue