styling fixes
This commit is contained in:
parent
c7ace8557d
commit
e361fae9ef
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue