diff --git a/src/portal/src/app/base/left-side-nav/interrogation-services/vulnerability-database/security-hub.component.scss b/src/portal/src/app/base/left-side-nav/interrogation-services/vulnerability-database/security-hub.component.scss index e94eb5608..781b07802 100644 --- a/src/portal/src/app/base/left-side-nav/interrogation-services/vulnerability-database/security-hub.component.scss +++ b/src/portal/src/app/base/left-side-nav/interrogation-services/vulnerability-database/security-hub.component.scss @@ -3,29 +3,28 @@ } .label-critical { - background:red; - color:#621501; + background:#ff4d2e; + color:#000; } - .label-danger { - background:#e64524!important; - color:#621501!important; + background:#ff8f3d!important; + color:#000!important; } .label-medium { - background-color: orange; - color:#621501; + background-color: #ffce66; + color:#000; } .label-low { - background: #007CBB; - color:#cab6b1; + background: #fff1ad; + color:#000; } .label-none { - background-color: grey; - color:#bad7ba; + background-color: #2ec0ff; + color:#000; } .no-border { diff --git a/src/portal/src/app/base/left-side-nav/interrogation-services/vulnerability-database/vulnerability-summary/vulnerability-summary.component.scss b/src/portal/src/app/base/left-side-nav/interrogation-services/vulnerability-database/vulnerability-summary/vulnerability-summary.component.scss index 921d3baff..c1ab3e578 100644 --- a/src/portal/src/app/base/left-side-nav/interrogation-services/vulnerability-database/vulnerability-summary/vulnerability-summary.component.scss +++ b/src/portal/src/app/base/left-side-nav/interrogation-services/vulnerability-database/vulnerability-summary/vulnerability-summary.component.scss @@ -64,31 +64,29 @@ $row-height: 48px; align-items: center; } - .label-critical { - background:red; - color:#621501; + background:#ff4d2e; + color:#000; } - .label-danger { - background:#e64524!important; - color:#621501!important; + background:#ff8f3d!important; + color:#000!important; } .label-medium { - background-color: orange; - color:#621501; + background-color: #ffce66; + color:#000; } .label-low { - background: #007CBB; - color:#cab6b1; + background: #fff1ad; + color:#000; } .label-none { - background-color: grey; - color:#bad7ba; + background-color: #2ec0ff; + color:#000; } .no-border { diff --git a/src/portal/src/app/base/project/repository/artifact/artifact-additions/artifact-vulnerabilities/artifact-vulnerabilities.component.scss b/src/portal/src/app/base/project/repository/artifact/artifact-additions/artifact-vulnerabilities/artifact-vulnerabilities.component.scss index bff500aed..bac499391 100644 --- a/src/portal/src/app/base/project/repository/artifact/artifact-additions/artifact-vulnerabilities/artifact-vulnerabilities.component.scss +++ b/src/portal/src/app/base/project/repository/artifact/artifact-additions/artifact-vulnerabilities/artifact-vulnerabilities.component.scss @@ -19,29 +19,28 @@ } .label-critical { - background:red; - color:#621501; + background:#ff4d2e; + color:#000; } - .label-danger { - background:#e64524!important; - color:#621501!important; + background:#ff8f3d!important; + color:#000!important; } .label-medium { - background-color: orange; - color:#621501; + background-color: #ffce66; + color:#000; } .label-low { - background: #007CBB; - color:#cab6b1; + background: #fff1ad; + color:#000; } .label-none { - background-color: grey; - color:#bad7ba; + background-color: #2ec0ff; + color:#000; } .no-border { diff --git a/src/portal/src/app/base/project/repository/artifact/vulnerability-scanning/result-tip-histogram/result-tip-histogram.component.scss b/src/portal/src/app/base/project/repository/artifact/vulnerability-scanning/result-tip-histogram/result-tip-histogram.component.scss index 2571f25d5..0c54c7ad3 100644 --- a/src/portal/src/app/base/project/repository/artifact/vulnerability-scanning/result-tip-histogram/result-tip-histogram.component.scss +++ b/src/portal/src/app/base/project/repository/artifact/vulnerability-scanning/result-tip-histogram/result-tip-histogram.component.scss @@ -54,23 +54,23 @@ $twenty-two-pixel: 18px; } .bar-block-critical { - background-color: red; + background-color: #ff4d2e; } .bar-block-high { - background-color: #e64524; + background-color: #ff8f3d; } .bar-block-medium { - background-color: orange; + background-color: #ffce66; } .bar-block-low { - background-color: #007CBB; + background-color: #fff1ad; } .bar-block-none { - background-color: green; + background-color: #2ec0ff; } .bar-block-unknown { diff --git a/src/portal/src/app/base/project/repository/artifact/vulnerability-scanning/scanning.scss b/src/portal/src/app/base/project/repository/artifact/vulnerability-scanning/scanning.scss index 10f805920..c8e714d53 100644 --- a/src/portal/src/app/base/project/repository/artifact/vulnerability-scanning/scanning.scss +++ b/src/portal/src/app/base/project/repository/artifact/vulnerability-scanning/scanning.scss @@ -157,29 +157,28 @@ hr{ } .label-critical { - background:red; - color:#621501; + background:#ff4d2e; + color:#000; } - .label-danger { - background:#e64524!important; - color:#621501!important; + background:#ff8f3d!important; + color:#000!important; } .label-medium { - background-color: orange; - color:#621501; + background-color: #ffce66; + color:#000; } .label-low { - background: #007CBB; - color:#cab6b1; + background: #fff1ad; + color:#000; } .label-none { - background-color: grey; - color:#bad7ba; + background-color: #2ec0ff; + color:#000; } .no-border {