Update estimate.vue

This commit is contained in:
sheena 2023-05-31 20:19:26 +05:30
parent 1c433792ad
commit 4f991ff2b4

View file

@ -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>