Merge pull request #489 from Safelite/FixNoMatchAlertStylingOnLicensePlateLookup
Fixed styling on No Match alert on License Plate Lookup
This commit is contained in:
commit
f0858b289c
1 changed files with 4 additions and 1 deletions
|
|
@ -58,7 +58,10 @@
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<alert class="my-3" cmsWidgetName="NoMatchAlertWidget" v-if="!isVinValid" />
|
<alert class="my-3"
|
||||||
|
cmsWidgetName="NoMatchAlertWidget"
|
||||||
|
v-if="!isVinValid"
|
||||||
|
alertClass="alert-warning" />
|
||||||
<alert class="my-3"
|
<alert class="my-3"
|
||||||
:manualHeadline="MatchedDifferentVehicleAlertHeader"
|
:manualHeadline="MatchedDifferentVehicleAlertHeader"
|
||||||
:manualCopy="MatchedDifferentVehicleAlertBody"
|
:manualCopy="MatchedDifferentVehicleAlertBody"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue