Revert "CSR-1050 move paymentServiceOptionsCopy copy to funnel-sub-header"
This reverts commit 3ab512ace7.
This commit is contained in:
parent
7f28e504ab
commit
03cd254418
4 changed files with 9 additions and 12 deletions
|
|
@ -15,11 +15,9 @@
|
|||
<div
|
||||
class="d-flex align-items-center justify-content-center container-fluid overflow-hidden">
|
||||
<p class="text-center small fw-normal mb-0">
|
||||
<textBlock
|
||||
cmsWidgetName="paymentServiceOptionsCopy"
|
||||
justifyText="center"
|
||||
typeStyle="small"
|
||||
class="mt-2 mb-5" />
|
||||
<span>
|
||||
{{ subText }}
|
||||
</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -27,7 +25,6 @@
|
|||
|
||||
<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",
|
||||
|
|
@ -37,7 +34,6 @@ export default {
|
|||
},
|
||||
components: {
|
||||
buttonBack,
|
||||
textBlock,
|
||||
},
|
||||
computed: {
|
||||
text() {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div
|
||||
class="text-block w-100 mt-2"
|
||||
class="text-block d-flex w-100 mt-2"
|
||||
:class="[justifyText, typeStyle, fontWeight]"
|
||||
v-html="this.TextBlockCopy"></div>
|
||||
</template>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -44,9 +44,10 @@ export default {
|
|||
|
||||
<style lang="scss">
|
||||
a {
|
||||
display: inline-flex !important;
|
||||
color: $blue;
|
||||
text-underline-offset: 5px;
|
||||
line-height: 2;
|
||||
text-underline-offset: 0.5em;
|
||||
line-height: 26px;
|
||||
padding: 0 0 4px 0;
|
||||
font-weight: 500;
|
||||
max-width: fit-content;
|
||||
|
|
|
|||
Loading…
Reference in a new issue