CSR-1050 move paymentServiceOptionsCopy copy to funnel-sub-header

This commit is contained in:
Bryan Mauger 2023-01-10 18:39:00 -05:00
parent 9a5574eb6d
commit 3ab512ace7
4 changed files with 12 additions and 9 deletions

View file

@ -15,9 +15,11 @@
<div
class="d-flex align-items-center justify-content-center container-fluid overflow-hidden">
<p class="text-center small fw-normal mb-0">
<span>
{{ subText }}
</span>
<textBlock
cmsWidgetName="paymentServiceOptionsCopy"
justifyText="center"
typeStyle="small"
class="mt-2 mb-5" />
</p>
</div>
</div>
@ -25,6 +27,7 @@
<script>
import buttonBack from "@/common-components/funnel-sub-header/button-back/button-back";
import textBlock from "@/common-components/text-block/text-block";
export default {
name: "FunnelSubHeader",
@ -34,6 +37,7 @@ export default {
},
components: {
buttonBack,
textBlock,
},
computed: {
text() {

View file

@ -1,6 +1,6 @@
<template>
<div
class="text-block d-flex w-100 mt-2"
class="text-block w-100 mt-2"
:class="[justifyText, typeStyle, fontWeight]"
v-html="this.TextBlockCopy"></div>
</template>

View file

@ -8,11 +8,11 @@
:displayGenericVehicleImage="false" />
<funnelSubHeader cmsWidgetName="FunnelSubHeaderWidget" />
<div class="fade-on-route-transition sub-container make-tall">
<textBlock
<!-- <textBlock
cmsWidgetName="paymentServiceOptionsCopy"
justifyText="center"
typeStyle="small"
class="mt-2 mb-5" />
class="mt-2 mb-5" /> -->
<cashOrInsuranceQuestion
ref="cashOrInsurance"
cmsWidgetName="CashOrInsuranceQuestionWidget"

View file

@ -44,10 +44,9 @@ export default {
<style lang="scss">
a {
display: inline-flex !important;
color: $blue;
text-underline-offset: 0.5em;
line-height: 26px;
text-underline-offset: 5px;
line-height: 2;
padding: 0 0 4px 0;
font-weight: 500;
max-width: fit-content;