colors now comply with mockup
This commit is contained in:
parent
ab78e6adf3
commit
ece528b441
1 changed files with 2 additions and 2 deletions
|
@ -96,12 +96,12 @@
|
|||
font-weight: bold;
|
||||
}
|
||||
.risk-chance.success {
|
||||
color: green;
|
||||
color: #62E160;
|
||||
}
|
||||
.risk-chance.warning {
|
||||
color: orange;
|
||||
}
|
||||
.risk-chance.alert {
|
||||
color: red;
|
||||
color: #E94A47;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue