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);
|
height: calc(100% - 168px);
|
||||||
overflow-X: hidden !important;
|
overflow-X: hidden !important;
|
||||||
}
|
}
|
||||||
ol {
|
ol {
|
||||||
margin-left: -1rem;
|
margin-left: -1rem;
|
||||||
li {
|
li {
|
||||||
margin-bottom: .5rem;
|
margin-bottom: .5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#coverage-statement-text-block {
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue