style fix
This commit is contained in:
parent
9ddc157ed3
commit
7651441115
1 changed files with 3 additions and 2 deletions
|
|
@ -26,11 +26,11 @@
|
|||
<p>{{ appointmentTimeFormatted }}</p>
|
||||
</div>
|
||||
<div
|
||||
class="appointment-text text-center text-color--black lh-base"
|
||||
class="appointment-text text-center lh-base"
|
||||
v-html="appointmentWordingText">
|
||||
</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">
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -308,6 +308,7 @@ $page-side-padding: 1.5rem;
|
|||
.appointment-text {
|
||||
:deep(strong) {
|
||||
font-weight: $font-weight-bold;
|
||||
color: $black;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue