Commit 716d7225 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Remove ee-specific reassigned variables

parent 23d71230
...@@ -710,7 +710,7 @@ ...@@ -710,7 +710,7 @@
} }
.alert-error-message { .alert-error-message {
color: $gl-danger; color: $red-500;
vertical-align: middle; vertical-align: middle;
} }
......
...@@ -187,11 +187,11 @@ ...@@ -187,11 +187,11 @@
.card { .card {
.shared_runners_limit_under_quota { .shared_runners_limit_under_quota {
color: $gl-success; color: $green-500;
} }
.shared_runners_limit_over_quota { .shared_runners_limit_over_quota {
color: $gl-danger; color: $red-500;
} }
} }
......
...@@ -946,7 +946,7 @@ ...@@ -946,7 +946,7 @@
&.focus, &.focus,
&.focus:hover { &.focus:hover {
border-color: $blue-300; border-color: $blue-300;
box-shadow: 0 0 4px $search-input-focus-shadow-color; box-shadow: 0 0 4px $dropdown-input-focus-shadow;
} }
} }
......
...@@ -400,7 +400,7 @@ ...@@ -400,7 +400,7 @@
fill: none; fill: none;
&.actual { &.actual {
stroke: $gl-success; stroke: $green-500;
} }
&.ideal { &.ideal {
...@@ -412,7 +412,7 @@ ...@@ -412,7 +412,7 @@
.focus { .focus {
circle { circle {
fill: $white-light; fill: $white-light;
stroke: $gl-success; stroke: $green-500;
stroke-width: 2px; stroke-width: 2px;
} }
} }
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
} }
.date-warning-icon { .date-warning-icon {
color: $gl-warning; color: $orange-500;
margin-top: -1px; margin-top: -1px;
} }
......
...@@ -29,11 +29,11 @@ ...@@ -29,11 +29,11 @@
} }
.geo-node-healthy { .geo-node-healthy {
color: $gl-success; color: $green-500;
} }
.geo-node-unhealthy { .geo-node-unhealthy {
color: $gl-danger; color: $red-500;
} }
.geo-node-offline { .geo-node-offline {
...@@ -54,11 +54,11 @@ ...@@ -54,11 +54,11 @@
} }
.status-icon-warning { .status-icon-warning {
fill: $gl-warning; fill: $orange-500;
} }
.status-icon-failure { .status-icon-failure {
fill: $gl-danger; fill: $red-500;
} }
.card-body { .card-body {
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
} }
.detail-value-stale-icon { .detail-value-stale-icon {
color: $gl-warning; color: $orange-500;
} }
.node-detail-value-bold { .node-detail-value-bold {
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
} }
.node-detail-value-error { .node-detail-value-error {
color: $gl-danger; color: $red-500;
} }
} }
......
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