Merge pull request #2766 from Safelite/feature/CASH-1399

CASH-1399
This commit is contained in:
Johnny Shultz 2025-08-13 16:44:01 -04:00 committed by GitHub
commit 8c7dae993c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 18 additions and 24 deletions

View file

@ -1110,11 +1110,11 @@ export default {
.month-year {
grid-area: 1 / 1 / 2 / 5;
font-family: UrbanistSemiBold;
font-family: UrbanistRegular;
color: $black;
justify-content: left;
margin-bottom: 0.5rem;
font-weight: 500;
font-weight: 600;
}
.legend {
grid-area: 1 / 5 / 2 / 8;

View file

@ -41,7 +41,7 @@
alertClass="alert-warning" />
<alert
ref="alertRecalNoMobile"
class="mt-5 mb-5"
class="mb-5"
cmsWidgetName="AlertRecalNoMobileWidget"
v-if="displayRecalibrationWarning"
@text-link-clicked="openModalAction"
@ -1777,25 +1777,6 @@ export default {
font-weight: 600;
}
.funnel-sub-header h5 {
font-weight: 500;
font-size: 1rem;
font-family: UrbanistSemibold;
span {
letter-spacing: 0;
}
}
.appointment-type .funnel-sub-header h5 {
font-family: UrbanistRegular;
font-size: 1.25rem;
}
.funnel-sub-header.my-5 h5 {
font-weight: 400;
font-size: 1.25rem;
}
:deep(.funnel-sub-header:not(.mb-5)) {
h5.dark-header {
font-weight: 600;
@ -1805,7 +1786,7 @@ export default {
.col-12 a {
font-family: UrbanistSemibold;
font-weight: 500;
font-weight: 600;
line-height: 26px;
text-underline-offset: 4px;
}
@ -1813,4 +1794,16 @@ export default {
.text-block.duration-text-block b {
font-family: UrbanistSemibold;
}
:deep(.alert-warning.widget-name-AlertRecalNoMobileWidget .alert-heading),
:deep(.alert-success.widget-name-AlertMobileFeeFreeWidget .alert-heading) {
color: $black;
font-weight: 600;
font-size: 1rem;
* {
color: $black;
font-weight: 600;
font-size: 1rem;
}
}
</style>

View file

@ -138,6 +138,7 @@ div.appointment-type-question div.button-question div.col div.button-content {
padding-right: 0.5rem;
}
div.appointment-type-question div.button-question div.question-text span {
font-weight: 500;
font-weight: 600;
font-family: UrbanistRegular;
}
</style>