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;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.risk-chance.success {
|
.risk-chance.success {
|
||||||
color: green;
|
color: #62E160;
|
||||||
}
|
}
|
||||||
.risk-chance.warning {
|
.risk-chance.warning {
|
||||||
color: orange;
|
color: orange;
|
||||||
}
|
}
|
||||||
.risk-chance.alert {
|
.risk-chance.alert {
|
||||||
color: red;
|
color: #E94A47;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue