commit
b61291aeab
7 changed files with 29 additions and 21 deletions
|
@ -43,7 +43,7 @@
|
|||
|
||||
.repo-panel-tags-element .image-track-line.start {
|
||||
top: 18px;
|
||||
height: 24px;
|
||||
height: 25px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
@ -85,7 +85,7 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.repo-panel-tags-element .security-scan-col i.fa {
|
||||
.repo-panel-tags-element .security-scan-col .donut-chart {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
|
@ -110,7 +110,6 @@
|
|||
.repo-panel-tags-element .security-scan-col .has-vulns.Defcon1 .highest-vuln {
|
||||
}
|
||||
|
||||
|
||||
.repo-panel-tags-element .security-scan-col .has-vulns {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
@ -119,8 +118,13 @@
|
|||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.repo-panel-tags-element .security-scan-col .has-vulns a {
|
||||
color: ablack;
|
||||
.repo-panel-tags-element .security-scan-col .has-vulns .dot {
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
font-size: 150%;
|
||||
line-height: 100%;
|
||||
vertical-align: middle;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.repo-panel-tags-element .other-vulns {
|
||||
|
|
Reference in a new issue