Merge pull request #2803 from Safelite/feature/bugfix/CASH-1062
Feature/bugfix/cash 1062
This commit is contained in:
commit
3c0c685dc3
4 changed files with 7 additions and 3 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
<template>
|
<template>
|
||||||
<textboxQuestion
|
<textboxQuestion
|
||||||
v-model="selectedAccountName"
|
v-model="selectedAccountName"
|
||||||
|
ref="insuranceCoQuestion"
|
||||||
customInputId="autocomplete"
|
customInputId="autocomplete"
|
||||||
class="mb-4 mt-5"
|
class="mb-4 mt-5"
|
||||||
cmsWidgetName="InsuranceCoQuestionWidget"
|
cmsWidgetName="InsuranceCoQuestionWidget"
|
||||||
includeSearchIcon
|
|
||||||
:validationRules="validationRules" />
|
:validationRules="validationRules" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<div class="container page-container-grouped-styles">
|
<div class="container page-container-grouped-styles">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12 col-md-10 col-lg-8 col-xl-7">
|
<div class="col-12 col-md-10 col-lg-8 col-xl-7">
|
||||||
<funnelSubHeader cmsWidgetName="FunnelSubHeaderWidget" class="mt-4" />
|
<funnelSubHeader cmsWidgetName="FunnelSubHeaderWidget" class="mt-4" alignLeft />
|
||||||
|
|
||||||
<div v-if="originalList.length > 0">
|
<div v-if="originalList.length > 0">
|
||||||
<insurance-company-question
|
<insurance-company-question
|
||||||
|
|
|
||||||
|
|
@ -105,6 +105,7 @@ export default {
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.start-over {
|
.start-over {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
a {
|
a {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: $black;
|
color: $black;
|
||||||
|
|
@ -114,7 +115,7 @@ export default {
|
||||||
}
|
}
|
||||||
.return-user {
|
.return-user {
|
||||||
.return-user-spacing {
|
.return-user-spacing {
|
||||||
margin-top: 14rem;
|
margin-top: 8rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
:deep(.menu-modal-container) {
|
:deep(.menu-modal-container) {
|
||||||
|
|
|
||||||
|
|
@ -238,6 +238,9 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
html .has-error.list-card:hover {
|
||||||
|
border-radius: 50rem;
|
||||||
|
}
|
||||||
.vehicle-parts {
|
.vehicle-parts {
|
||||||
label {
|
label {
|
||||||
&.list-card {
|
&.list-card {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue