move alerts and update red
This commit is contained in:
parent
78ae497f33
commit
00a8e89dbe
2 changed files with 19 additions and 19 deletions
|
|
@ -14,6 +14,24 @@
|
||||||
cmsWidgetName="SiteSubHeaderWidget"
|
cmsWidgetName="SiteSubHeaderWidget"
|
||||||
class="mt-4"
|
class="mt-4"
|
||||||
subHeaderMarginClasses="mt-1" />
|
subHeaderMarginClasses="mt-1" />
|
||||||
|
<textboxQuestion
|
||||||
|
id="license-plate-question-wrapper"
|
||||||
|
v-model="licensePlate"
|
||||||
|
cmsWidgetName="LicensePlateNumberQuestionWidget"
|
||||||
|
isRequired
|
||||||
|
disableAutoFill
|
||||||
|
inputId="license-plate-question"
|
||||||
|
class="mt-4"
|
||||||
|
validationRules="license-plate-required" />
|
||||||
|
<dropdownQuestion
|
||||||
|
ref="state"
|
||||||
|
v-model="licenseState"
|
||||||
|
cmsWidgetName="StateQuestionWidget"
|
||||||
|
inputId="8fdf9dc2e13e430eb57529499dceb3eb"
|
||||||
|
:options="stateOptions"
|
||||||
|
disableAutoFill
|
||||||
|
validationRules="state-required"
|
||||||
|
class="mt-4" />
|
||||||
<alert
|
<alert
|
||||||
v-if="displayVinNotFoundAlert"
|
v-if="displayVinNotFoundAlert"
|
||||||
ref="alertVinNotFound"
|
ref="alertVinNotFound"
|
||||||
|
|
@ -48,24 +66,6 @@
|
||||||
cmsWidgetName="AlertNoServiceWidget"
|
cmsWidgetName="AlertNoServiceWidget"
|
||||||
alertClass="alert-danger"
|
alertClass="alert-danger"
|
||||||
:isDismissable="false" />
|
:isDismissable="false" />
|
||||||
<textboxQuestion
|
|
||||||
id="license-plate-question-wrapper"
|
|
||||||
v-model="licensePlate"
|
|
||||||
cmsWidgetName="LicensePlateNumberQuestionWidget"
|
|
||||||
isRequired
|
|
||||||
disableAutoFill
|
|
||||||
inputId="license-plate-question"
|
|
||||||
class="mt-4"
|
|
||||||
validationRules="license-plate-required" />
|
|
||||||
<dropdownQuestion
|
|
||||||
ref="state"
|
|
||||||
v-model="licenseState"
|
|
||||||
cmsWidgetName="StateQuestionWidget"
|
|
||||||
inputId="8fdf9dc2e13e430eb57529499dceb3eb"
|
|
||||||
:options="stateOptions"
|
|
||||||
disableAutoFill
|
|
||||||
validationRules="state-required"
|
|
||||||
class="mt-4" />
|
|
||||||
<siteFooter
|
<siteFooter
|
||||||
ref="siteFooter"
|
ref="siteFooter"
|
||||||
class="mt-5"
|
class="mt-5"
|
||||||
|
|
|
||||||
|
|
@ -355,7 +355,7 @@ export default {
|
||||||
border-top-color: $alert-red-color;
|
border-top-color: $alert-red-color;
|
||||||
}
|
}
|
||||||
svg {
|
svg {
|
||||||
fill: $red-600;
|
fill: $red;
|
||||||
width: 1rem;
|
width: 1rem;
|
||||||
height: 1rem;
|
height: 1rem;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue