Fixed styling on No Match alert on License Plate Lookup

This commit is contained in:
Leah Schumann 2022-05-19 15:55:39 -04:00
parent 87d2072f8e
commit c4849e236e

View file

@ -58,7 +58,10 @@
/>
</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"
:manualHeadline="MatchedDifferentVehicleAlertHeader"
:manualCopy="MatchedDifferentVehicleAlertBody"