CSR-1321
This commit is contained in:
parent
2db0b4d9f1
commit
96ac9ea9e5
3 changed files with 5 additions and 5 deletions
|
|
@ -360,7 +360,7 @@ export default {
|
|||
font-weight: 500;
|
||||
color: $black;
|
||||
}
|
||||
.minus{
|
||||
margin-bottom:-4px;
|
||||
.minus {
|
||||
margin-bottom: -4px;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue