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