change font color - "we're verifying your coverage"
This commit is contained in:
parent
e4dcb783b2
commit
cd37127f19
1 changed files with 10 additions and 6 deletions
|
|
@ -146,10 +146,14 @@ export default {
|
|||
height: calc(100% - 168px);
|
||||
overflow-X: hidden !important;
|
||||
}
|
||||
ol {
|
||||
margin-left: -1rem;
|
||||
li {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
}
|
||||
ol {
|
||||
margin-left: -1rem;
|
||||
li {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
}
|
||||
#coverage-statement-text-block {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue