Merge pull request #211 from Safelite/feature/digital/SSR-337
Feature/digital/ssr 337
This commit is contained in:
commit
fd279f6a52
1 changed files with 9 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue