styling fixes

This commit is contained in:
Katie Kroell 2024-04-22 09:42:21 -04:00
parent c7ace8557d
commit e361fae9ef

View file

@ -47,6 +47,7 @@
v-html="appointmentWordingText2">
</div>
</div>
<hr class="mb-0" />
<div>
<cartDropdown
:showAsPaid="isPayInAdvance"
@ -57,6 +58,7 @@
servicePackageTitleWidgetName="ServicePackageTitle"
:submittedOrder="submittedOrder" />
</div>
<hr class="mt-0 mb-5" />
<div
class="email-confirmation-text"
v-html="confirmationEmailText" />
@ -438,7 +440,7 @@ $page-side-padding: 1.5rem;
.email-confirmation-text {
:deep(a) {
font-weight: $font-weight-bold;
text-decoration: none;
text-decoration: underline;
}
:deep(strong) {
font-weight: $font-weight-bold;