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"
|
||||
alertClass="" />
|
||||
<buttonQuestion
|
||||
class="minus"
|
||||
cmsWidgetName="VinLookupMethod"
|
||||
:answers="answersFromCms"
|
||||
groupName="vinLookupMethodOption"
|
||||
|
|
@ -359,4 +360,7 @@ export default {
|
|||
font-weight: 500;
|
||||
color: $black;
|
||||
}
|
||||
.minus{
|
||||
margin-bottom:-4px;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue