Merge branch 'release/2025.09.04' into feature/CASH-1450
This commit is contained in:
commit
a2ab781ed3
2 changed files with 8 additions and 3 deletions
|
|
@ -43,8 +43,8 @@
|
|||
</div>
|
||||
</transition>
|
||||
<transition name="fade" mode="out-in">
|
||||
<div class="row mb-4" aria-live="polite">
|
||||
<div class="col-8">
|
||||
<div class="mb-4" aria-live="polite">
|
||||
<div class="col mb-4">
|
||||
<dropdownQuestion
|
||||
customDropdownId="state"
|
||||
cmsWidgetName="StateQuestionWidget"
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
:labelBold="labelBold"
|
||||
:isDisabled="this.isStateDisabled" />
|
||||
</div>
|
||||
<div class="col-4">
|
||||
<div class="col">
|
||||
<textboxQuestion
|
||||
customInputId="zipCode"
|
||||
cmsWidgetName="ZipQuestionWidget"
|
||||
|
|
|
|||
|
|
@ -235,4 +235,9 @@ export default {
|
|||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
:deep(span.unbolded-text) {
|
||||
font-weight: 400;
|
||||
color: $gray-600;
|
||||
font-family: UrbanistRegular;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue