style fix

This commit is contained in:
Katie Kroell 2024-03-04 15:42:00 -05:00
parent 9ddc157ed3
commit 7651441115

View file

@ -26,11 +26,11 @@
<p>{{ appointmentTimeFormatted }}</p> <p>{{ appointmentTimeFormatted }}</p>
</div> </div>
<div <div
class="appointment-text text-center text-color--black lh-base" class="appointment-text text-center lh-base"
v-html="appointmentWordingText"> v-html="appointmentWordingText">
</div> </div>
<div <div
class="appointment-text text-center text-color--black lh-base mt-2" class="appointment-text text-center lh-base mt-2"
v-html="appointmentWordingText2"> v-html="appointmentWordingText2">
</div> </div>
</div> </div>
@ -308,6 +308,7 @@ $page-side-padding: 1.5rem;
.appointment-text { .appointment-text {
:deep(strong) { :deep(strong) {
font-weight: $font-weight-bold; font-weight: $font-weight-bold;
color: $black;
} }
} }
</style> </style>