Merge branch 'release/2025.09.04' into feature/CASH-1450

This commit is contained in:
AdamCaouetteSafelite 2025-09-02 09:18:02 -04:00 committed by GitHub
commit a2ab781ed3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 3 deletions

View file

@ -43,8 +43,8 @@
</div> </div>
</transition> </transition>
<transition name="fade" mode="out-in"> <transition name="fade" mode="out-in">
<div class="row mb-4" aria-live="polite"> <div class="mb-4" aria-live="polite">
<div class="col-8"> <div class="col mb-4">
<dropdownQuestion <dropdownQuestion
customDropdownId="state" customDropdownId="state"
cmsWidgetName="StateQuestionWidget" cmsWidgetName="StateQuestionWidget"
@ -56,7 +56,7 @@
:labelBold="labelBold" :labelBold="labelBold"
:isDisabled="this.isStateDisabled" /> :isDisabled="this.isStateDisabled" />
</div> </div>
<div class="col-4"> <div class="col">
<textboxQuestion <textboxQuestion
customInputId="zipCode" customInputId="zipCode"
cmsWidgetName="ZipQuestionWidget" cmsWidgetName="ZipQuestionWidget"

View file

@ -235,4 +235,9 @@ export default {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
} }
:deep(span.unbolded-text) {
font-weight: 400;
color: $gray-600;
font-family: UrbanistRegular;
}
</style> </style>