Commit e112b98c authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge remote-tracking branch 'origin/master' into ce-to-ee-2018-08-22

parents 0586a60b 22706acf
...@@ -187,7 +187,7 @@ ...@@ -187,7 +187,7 @@
.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 {
......
...@@ -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,7 +29,7 @@ ...@@ -29,7 +29,7 @@
} }
.geo-node-healthy { .geo-node-healthy {
color: $gl-success; color: $green-500;
} }
.geo-node-unhealthy { .geo-node-unhealthy {
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
} }
.status-icon-warning { .status-icon-warning {
fill: $gl-warning; fill: $orange-500;
} }
.status-icon-failure { .status-icon-failure {
...@@ -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 {
......
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