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>
|
||||
<textboxQuestion
|
||||
v-model="selectedAccountName"
|
||||
ref="insuranceCoQuestion"
|
||||
customInputId="autocomplete"
|
||||
class="mb-4 mt-5"
|
||||
cmsWidgetName="InsuranceCoQuestionWidget"
|
||||
includeSearchIcon
|
||||
:validationRules="validationRules" />
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<div class="container page-container-grouped-styles">
|
||||
<div class="row">
|
||||
<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">
|
||||
<insurance-company-question
|
||||
|
|
|
|||
|
|
@ -105,6 +105,7 @@ export default {
|
|||
<style lang="scss" scoped>
|
||||
.start-over {
|
||||
text-align: center;
|
||||
margin-bottom: 1.5rem;
|
||||
a {
|
||||
font-weight: 600;
|
||||
color: $black;
|
||||
|
|
@ -114,7 +115,7 @@ export default {
|
|||
}
|
||||
.return-user {
|
||||
.return-user-spacing {
|
||||
margin-top: 14rem;
|
||||
margin-top: 8rem;
|
||||
}
|
||||
}
|
||||
:deep(.menu-modal-container) {
|
||||
|
|
|
|||
|
|
@ -238,6 +238,9 @@ export default {
|
|||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
html .has-error.list-card:hover {
|
||||
border-radius: 50rem;
|
||||
}
|
||||
.vehicle-parts {
|
||||
label {
|
||||
&.list-card {
|
||||
|
|
|
|||
Loading…
Reference in a new issue