Update estimate.vue
This commit is contained in:
parent
1c433792ad
commit
4f991ff2b4
1 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
||||||
cmsWidgetName="AlertVinLookupQuestion"
|
cmsWidgetName="AlertVinLookupQuestion"
|
||||||
alertClass="" />
|
alertClass="" />
|
||||||
<buttonQuestion
|
<buttonQuestion
|
||||||
|
class="minus"
|
||||||
cmsWidgetName="VinLookupMethod"
|
cmsWidgetName="VinLookupMethod"
|
||||||
:answers="answersFromCms"
|
:answers="answersFromCms"
|
||||||
groupName="vinLookupMethodOption"
|
groupName="vinLookupMethodOption"
|
||||||
|
|
@ -359,4 +360,7 @@ export default {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: $black;
|
color: $black;
|
||||||
}
|
}
|
||||||
|
.minus{
|
||||||
|
margin-bottom:-4px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue