Merge branch 'release/2025.09.04' into feature/CASH-1401
This commit is contained in:
commit
71505e7602
3 changed files with 18 additions and 24 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue