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

Remove ee-specific reassigned variables

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