This commit is contained in:
sheena 2023-06-01 16:31:13 +05:30
parent 2db0b4d9f1
commit 96ac9ea9e5
3 changed files with 5 additions and 5 deletions

View file

@ -360,7 +360,7 @@ export default {
font-weight: 500;
color: $black;
}
.minus{
margin-bottom:-4px;
.minus {
margin-bottom: -4px;
}
</style>

View file

@ -54,9 +54,9 @@
:manualCopy="AlertNonServiceableZipBody"
alertClass="alert-danger"
v-bind:isDismissible="false" />
<div class="row mt-2 " v-if="showServiceZipField">
<div class="row mt-2" v-if="showServiceZipField">
<div class="col mb-1">
<textboxQuestion
<textboxQuestion
cmsWidgetName="ServiceZipQuestionWidget"
v-model="serviceZipCode"
inputId="serviceZipCode"

View file

@ -3,7 +3,7 @@
<p class="mb-0 color-question-text">{{ colorQuestionText }}</p>
</div>
<div class="nested-radio">
<div class="row mt-2 ">
<div class="row mt-2">
<div class="col">
<buttonQuestion
v-model="selectedTint"