This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/static/css/directives/ui/vulnerability-priority-view.css

24 lines
492 B
CSS
Raw Normal View History

.vulnerability-priority-view-element i.fa {
margin-right: 4px;
}
.vulnerability-priority-view-element.Unknown,
.vulnerability-priority-view-element.Low,
.vulnerability-priority-view-element.Negligible {
color: #9B9B9B;
}
.vulnerability-priority-view-element.Medium {
color: #FCA657;
}
.vulnerability-priority-view-element.High,
2015-11-20 21:13:50 +00:00
.vulnerability-priority-view-element.Critical {
color: #D64456;
}
2015-11-20 21:13:50 +00:00
.vulnerability-priority-view-element.Defcon1 {
color: black;
font-weight: bold;
}