v1.5.0
This commit is contained in:
parent
672d0f295f
commit
83d629568a
20 changed files with 1321 additions and 15 deletions
|
|
@ -102,6 +102,21 @@
|
|||
color: #856404;
|
||||
}
|
||||
|
||||
.mra-picrisk-high {
|
||||
background: #f8d7da;
|
||||
color: #721c24;
|
||||
}
|
||||
|
||||
.mra-picrisk-medium {
|
||||
background: #fff3cd;
|
||||
color: #856404;
|
||||
}
|
||||
|
||||
.mra-picrisk-low {
|
||||
background: #d4edda;
|
||||
color: #155724;
|
||||
}
|
||||
|
||||
.mra-badge-match-count {
|
||||
background: #721c24;
|
||||
color: #fff;
|
||||
|
|
|
|||
Loading…
Reference in a new issue