Change nature of alert
This commit is contained in:
parent
f6f0b270c9
commit
429440aeb7
1 changed files with 7 additions and 4 deletions
|
|
@ -15,10 +15,6 @@
|
||||||
|
|
||||||
<funnelSubHeader class="mb-5 mt-4" cmsWidgetName="FunnelSubHeaderWidget" />
|
<funnelSubHeader class="mb-5 mt-4" cmsWidgetName="FunnelSubHeaderWidget" />
|
||||||
|
|
||||||
<p v-if="isPiaDisabled" class="fw-normal no-pia-disclaimer">
|
|
||||||
<span>{{ noPiaDisclaimer }}</span>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<hr class="my-0" />
|
<hr class="my-0" />
|
||||||
|
|
||||||
<reviewDropdown ref="reviewDropdown" />
|
<reviewDropdown ref="reviewDropdown" />
|
||||||
|
|
@ -56,6 +52,13 @@
|
||||||
v-model="paymentMethodInternalModel"
|
v-model="paymentMethodInternalModel"
|
||||||
validationRules="option-required" />
|
validationRules="option-required" />
|
||||||
|
|
||||||
|
<alert
|
||||||
|
v-if="isPiaDisabled"
|
||||||
|
:isDismissible="false"
|
||||||
|
alertClass="alert-info"
|
||||||
|
cmsWidgetName="NoPiaDisclaimerWidget"
|
||||||
|
shouldScrollToOnMount="false" />
|
||||||
|
|
||||||
<navbar
|
<navbar
|
||||||
cmsWidgetName="FunnelFooterWidget"
|
cmsWidgetName="FunnelFooterWidget"
|
||||||
ref="navbar"
|
ref="navbar"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue