Merge pull request #2827 from Safelite/feature/bug-fix/CASH-1437

Feature/bug fix/cash 1437
This commit is contained in:
AdamCaouetteSafelite 2025-09-09 10:54:15 -04:00 committed by GitHub
commit 24fdd252f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 19 additions and 6 deletions

View file

@ -53,6 +53,7 @@ body select {
background-color: #fff; background-color: #fff;
font-family: Urbanist, Arial, Helvetica, sans-serif; font-family: Urbanist, Arial, Helvetica, sans-serif;
font-weight: 400; font-weight: 400;
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
} }
body input:focus, body input:focus-visible, body input:focus, body input:focus-visible,
body select:focus, body select:focus,

View file

@ -63,6 +63,7 @@ body {
background-color: #fff; background-color: #fff;
font-family: Urbanist, Arial, Helvetica, sans-serif; font-family: Urbanist, Arial, Helvetica, sans-serif;
font-weight: 400; font-weight: 400;
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
&:focus, &:focus,
&:focus-visible { &:focus-visible {
box-shadow: 0 0 0 2.5px #1574a1; box-shadow: 0 0 0 2.5px #1574a1;

View file

@ -286,5 +286,6 @@ export default {
.select-option { .select-option {
font-family: UrbanistSemibold, Arial, Helvetica, sans-serif; font-family: UrbanistSemibold, Arial, Helvetica, sans-serif;
font-weight: 600; font-weight: 600;
color: $black;
} }
</style> </style>

View file

@ -240,4 +240,7 @@ export default {
color: $gray-600; color: $gray-600;
font-family: UrbanistRegular; font-family: UrbanistRegular;
} }
:deep(.caption) {
font-size: 0.875rem;
}
</style> </style>

View file

@ -20,8 +20,8 @@
<span v-else>{{ getInlineAltText(token) }}</span> <span v-else>{{ getInlineAltText(token) }}</span>
</span> </span>
<span v-else v-html="token"></span> <span v-else v-html="token"></span>
<span class="nbsp">&nbsp;</span>
</span> </span>
&nbsp;
<a <a
id="afterpay-learnmore" id="afterpay-learnmore"
href="#" href="#"
@ -139,7 +139,7 @@ export default {
line-height: 2rem; line-height: 2rem;
@include media-breakpoint-down(md) { @include media-breakpoint-down(md) {
border-bottom: 1px solid; border-bottom: 1px solid;
padding-bottom: 1rem; padding-bottom: 0.5rem;
width: 100%; width: 100%;
justify-content: center; justify-content: center;
@ -170,4 +170,8 @@ export default {
font-size: 0.875rem; font-size: 0.875rem;
} }
} }
#afterpay-learnmore {
font-weight: 600;
font-size: 0.875rem;
}
</style> </style>

View file

@ -57,7 +57,7 @@
alertClass="alert-info" /> alertClass="alert-info" />
<promoModalQuestion <promoModalQuestion
class="mt-6 d-flex" class="mt-4 d-flex"
v-model="lineItems" v-model="lineItems"
:addableVaps="addableVaps" :addableVaps="addableVaps"
pageName="quote" pageName="quote"
@ -899,6 +899,9 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
// Unique to quote page for 2.0/Heritage parity // Unique to quote page for 2.0/Heritage parity
.prevent-modal-scroll.modal-open .container.quote .row:not(.save-progress-popup) {
opacity: 0;
}
.quote { .quote {
padding-bottom: 2rem; padding-bottom: 2rem;

View file

@ -1794,7 +1794,7 @@ export default {
text-underline-offset: 4px; text-underline-offset: 4px;
} }
.text-block.duration-text-block b { :deep(.text-block.duration-text-block b) {
font-family: UrbanistSemibold; font-family: UrbanistSemibold;
} }
:deep(.alert-warning.widget-name-AlertRecalNoMobileWidget .alert-heading), :deep(.alert-warning.widget-name-AlertRecalNoMobileWidget .alert-heading),

View file

@ -15,7 +15,7 @@
<alert <alert
v-if="shouldDisplayDropOffAlert" v-if="shouldDisplayDropOffAlert"
ref="alertDropoffInformation" ref="alertDropoffInformation"
class="mb-4 drop-off-alert" class="mt-4 mb-4 drop-off-alert"
:cmsWidgetName="dropOffTimeSlotAlertCMSWidgetName" :cmsWidgetName="dropOffTimeSlotAlertCMSWidgetName"
alertClass="alert-info" alertClass="alert-info"
v-bind:isDismissible="false" /> v-bind:isDismissible="false" />

View file

@ -79,7 +79,7 @@ export default {
color: $black; color: $black;
font-weight: 500; font-weight: 500;
background: $blue-100; background: $blue-100;
box-shadow: 0 0 0 1px $blue; border: 1px solid $blue;
} }
&:checked:focus + .list-button-content { &:checked:focus + .list-button-content {
box-shadow: 0 0 0 2.5px $blue; box-shadow: 0 0 0 2.5px $blue;