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"
|
||||
typeStyle="h5"
|
||||
justifyText="center"
|
||||
class="mt-0 mb-4"
|
||||
id="coverage-statement-text-block"
|
||||
class="mt-4 mb-4"
|
||||
/>
|
||||
<div class="mt-0">
|
||||
<p
|
||||
|
|
@ -158,17 +157,5 @@ ol {
|
|||
li {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
}
|
||||
.modal {
|
||||
overflow: hidden;
|
||||
}
|
||||
strong {
|
||||
color: #000000;
|
||||
}
|
||||
p {
|
||||
font-size: 14px;
|
||||
}
|
||||
#coverage-statement-text-block {
|
||||
color: #000000;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue