override font color to match mocks
This commit is contained in:
parent
b870cfc948
commit
521744bd41
1 changed files with 5 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
||||||
typeStyle="h5"
|
typeStyle="h5"
|
||||||
justifyText="center"
|
justifyText="center"
|
||||||
class="mt-0 mb-4"
|
class="mt-0 mb-4"
|
||||||
|
id="coverageTextBlock"
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
v-html="continueWithSchedulingBodyText"
|
v-html="continueWithSchedulingBodyText"
|
||||||
|
|
@ -22,6 +23,7 @@
|
||||||
<textBlock
|
<textBlock
|
||||||
cmsWidgetName="whatHappensNextCopy"
|
cmsWidgetName="whatHappensNextCopy"
|
||||||
class="mt-4 mb-2 fw-bold"
|
class="mt-4 mb-2 fw-bold"
|
||||||
|
id="coverageTextBlock"
|
||||||
/>
|
/>
|
||||||
<div v-html="bodyText" ref="coverageStatementBodyText"></div>
|
<div v-html="bodyText" ref="coverageStatementBodyText"></div>
|
||||||
<recalModal cmsWidgetName="RecalModal" />
|
<recalModal cmsWidgetName="RecalModal" />
|
||||||
|
|
@ -151,4 +153,7 @@ export default {
|
||||||
margin-bottom: .5rem;
|
margin-bottom: .5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#coverageTextBlock {
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue