CASH-1042 format code.

This commit is contained in:
Bryan Mauger 2025-07-16 13:34:17 -04:00
parent 7a908dead5
commit 22ed5c26bd
5 changed files with 11 additions and 10 deletions

View file

@ -11,9 +11,7 @@
@click-event="clickEvent" /> @click-event="clickEvent" />
</h5> </h5>
</div> </div>
<div <div v-if="subText" class="d-flex align-self-center overflow-hidden mt-1">
v-if="subText"
class="d-flex align-self-center overflow-hidden mt-1">
<p class="small fw-normal sub-text"> <p class="small fw-normal sub-text">
<span v-html="boldedSubHeaderText"></span> <span v-html="boldedSubHeaderText"></span>
</p> </p>
@ -40,8 +38,8 @@ export default {
computed: { computed: {
boldedSubHeaderText() { boldedSubHeaderText() {
return this.subText.replace( return this.subText.replace(
/^Almost done!/, /^Almost done!/,
'<span class="almost-done">Almost done!</span>' '<span class="almost-done">Almost done!</span>'
); );
}, },
text() { text() {

View file

@ -9,7 +9,10 @@
<div class="container page-container-grouped-styles"> <div class="container page-container-grouped-styles">
<div class="row"> <div class="row">
<div class="col-12 col-md-10 col-lg-8 col-xl-7"> <div class="col-12 col-md-10 col-lg-8 col-xl-7">
<funnelSubHeader cmsWidgetName="FunnelSubHeaderWidget" ref="funnelSubHeader" class="mb-7"/> <funnelSubHeader
cmsWidgetName="FunnelSubHeaderWidget"
ref="funnelSubHeader"
class="mb-7" />
<customerQuestions <customerQuestions
ref="customerQuestions" ref="customerQuestions"

View file

@ -4,7 +4,7 @@
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-12 col-md-10 col-lg-8 col-xl-7"> <div class="col-12 col-md-10 col-lg-8 col-xl-7">
<funnelSubHeader cmsWidgetName="FunnelSubHeaderWidget" class="mb-7"/> <funnelSubHeader cmsWidgetName="FunnelSubHeaderWidget" class="mb-7" />
<alert <alert
ref="vehicleChangeAlert" ref="vehicleChangeAlert"
v-if="shouldDisplayVehicleChangeAlert" v-if="shouldDisplayVehicleChangeAlert"

View file

@ -9,7 +9,7 @@
<funnelSubHeader <funnelSubHeader
ref="funnelSubHeader" ref="funnelSubHeader"
cmsWidgetName="FunnelSubHeaderWidget" cmsWidgetName="FunnelSubHeaderWidget"
class="mb-7"/> class="mb-7" />
</div> </div>
</div> </div>
<div class="row"> <div class="row">