BigW Consortium Gitlab

Make sure CI status icons have same color across all app

parent 63c8a05b
...@@ -37,18 +37,18 @@ ...@@ -37,18 +37,18 @@
} }
.ci-status-icon-success { .ci-status-icon-success {
@extend .cgreen; color: $gl-text-green !important;
} }
.ci-status-icon-failed { .ci-status-icon-failed {
@extend .cred; color: $gl-text-red !important;
} }
.ci-status-icon-running, .ci-status-icon-running,
.ci-status-icon-pending { .ci-status-icon-pending {
// These are standard text color color: $gl-text-orange !important;
} }
.ci-status-icon-canceled, .ci-status-icon-canceled,
.ci-status-icon-disabled, .ci-status-icon-disabled,
.ci-status-icon-not-found, .ci-status-icon-not-found,
.ci-status-icon-skipped { .ci-status-icon-skipped {
@extend .cgray; color: $gl-gray !important;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment