Commit 0586a60b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Replace gl-danger css variable with red-500 in ee-only css

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 029382c0
......@@ -710,7 +710,7 @@
}
.alert-error-message {
color: $gl-danger;
color: $red-500;
vertical-align: middle;
}
......
......@@ -191,7 +191,7 @@
}
.shared_runners_limit_over_quota {
color: $gl-danger;
color: $red-500;
}
}
......
......@@ -33,7 +33,7 @@
}
.geo-node-unhealthy {
color: $gl-danger;
color: $red-500;
}
.geo-node-offline {
......@@ -58,7 +58,7 @@
}
.status-icon-failure {
fill: $gl-danger;
fill: $red-500;
}
.card-body {
......@@ -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