Revert change to textBox top margin to match mocks
This commit is contained in:
parent
1947d88846
commit
7393043d6b
1 changed files with 2 additions and 15 deletions
|
|
@ -13,8 +13,7 @@
|
||||||
cmsWidgetName="verifyingCoverageStatement"
|
cmsWidgetName="verifyingCoverageStatement"
|
||||||
typeStyle="h5"
|
typeStyle="h5"
|
||||||
justifyText="center"
|
justifyText="center"
|
||||||
class="mt-0 mb-4"
|
class="mt-4 mb-4"
|
||||||
id="coverage-statement-text-block"
|
|
||||||
/>
|
/>
|
||||||
<div class="mt-0">
|
<div class="mt-0">
|
||||||
<p
|
<p
|
||||||
|
|
@ -158,17 +157,5 @@ ol {
|
||||||
li {
|
li {
|
||||||
margin-bottom: .5rem;
|
margin-bottom: .5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.modal {
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
strong {
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
#coverage-statement-text-block {
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue