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>
|
<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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue