updated the text
This commit is contained in:
sheena 2023-08-17 16:35:22 +05:30
parent 18b96818d4
commit b5c783afbc

View file

@ -7,11 +7,8 @@
<funnelSubHeader class="pb-4" cmsWidgetName="FunnelSubHeaderWidget" />
<div class="fade-on-route-transition sub-container make-tall">
<div v-if="!skipVin">
<alert
class="vinLookupMethodHeading"
cmsWidgetName="AlertVinLookupQuestion"
alertClass="" />
<buttonQuestion
<div class="vinlookupquestion" v-html="this.VinLookupQuestionText"></div>
<buttonQuestion
cmsWidgetName="VinLookupMethod"
:answers="answersFromCms"
groupName="vinLookupMethodOption"
@ -333,6 +330,9 @@ export default {
alertInfo() {
return this.skipVinNotRepair ? "AlertQuoteVinOptional" : "AlertQuoteReady";
},
VinLookupQuestionText() {
return this.getCmsContent("VinLookupQuestion", "BodyText");
},
},
watch: {
serviceZipCode() {
@ -355,13 +355,11 @@ export default {
</script>
<style lang="scss">
.vinLookupMethodHeading p {
font-size: 14px;
font-weight: 400;
color: $black;
strong {
font-size: 1rem;
font-weight: 500;
}
.vinlookupquestion p{
margin-bottom:0;
}
.vinlookupquestion p:nth-child(2) {
font-size:0.875rem;
margin-bottom: 1rem;
}
</style>