Merge pull request #211 from Safelite/feature/digital/SSR-337

Feature/digital/ssr 337
This commit is contained in:
katiekroell 2023-03-23 15:34:15 -04:00 committed by GitHub
commit fd279f6a52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,10 +16,12 @@
class="mt-0 mb-4"
id="coverage-statement-text-block"
/>
<div
<div>
<p
v-html="continueWithSchedulingBodyText"
class="mt-0"
></div>
class="mt-0 small" >
</p>
</div>
<textBlock
cmsWidgetName="whatHappensNextCopy"
class="mt-4 mb-2 fw-bold"
@ -159,7 +161,9 @@ ol {
}
}
#coverage-statement-text-block {
color: #000000;
color: #000000;
}
p strong {
color: #000000;
}
</style>