Merge pull request #444 from Safelite/brm-misc-qa-fixes
CSR-564, CSR-552 QA bug fixes.
This commit is contained in:
commit
8a78e61b34
3 changed files with 8 additions and 4 deletions
|
|
@ -18,8 +18,8 @@ const errorMessages = {
|
|||
LAST_NAME_REQUIRED: "Please enter your last name",
|
||||
EMAIL_ADDRESS_REQUIRED: "Please enter your email address",
|
||||
EMAIL_ADDRESS_FORMAT: "Please enter a valid email address",
|
||||
SERVICE_ZIP_REQUIRED: "Please enter your Service ZIP",
|
||||
SERVICE_ZIP_FORMAT: "Please enter a valid Service ZIP",
|
||||
SERVICE_ZIP_REQUIRED: "Please enter your service ZIP",
|
||||
SERVICE_ZIP_FORMAT: "Please enter a valid service ZIP",
|
||||
VIN_REQUIRED: "Please enter your VIN",
|
||||
VIN_FORMAT: "Invalid VIN. Please make sure that you entered the correct 17-digit, alpha-numeric number. VINs do not contain the letters I, O, or Q",
|
||||
OPTION_REQUIRED: "Please select an option",
|
||||
|
|
|
|||
|
|
@ -41,6 +41,9 @@ export default {
|
|||
font-size: .875rem;
|
||||
color: $gray-600;
|
||||
}
|
||||
li {
|
||||
line-height: 26px;
|
||||
}
|
||||
a {
|
||||
font-size: .875rem;
|
||||
}
|
||||
|
|
@ -70,6 +73,7 @@ export default {
|
|||
overflow: hidden;
|
||||
opacity: 0;
|
||||
img {
|
||||
max-width: 420px;
|
||||
width: 117%;
|
||||
height: auto;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row my-2">
|
||||
<div class="row mb-2">
|
||||
<div class="col">
|
||||
<vinInformation />
|
||||
</div>
|
||||
|
|
@ -92,7 +92,7 @@
|
|||
class="my-3"
|
||||
v-model="customAlertData"
|
||||
v-if="vinNotFound"
|
||||
alertClass="alert-warning"
|
||||
alertClass="alert-danger"
|
||||
cmsWidgetName="VinNotFound"
|
||||
/>
|
||||
<alert
|
||||
|
|
|
|||
Loading…
Reference in a new issue