summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/icons.scss
diff options
context:
space:
mode:
authorPedro Moreira da Silva <pedro@gitlab.com>2017-03-23 16:04:25 +0000
committerPedro Moreira da Silva <pedro@gitlab.com>2017-03-23 18:19:17 +0000
commitc8fd7025565e6a3eb1accabf3e07dd8e2f37b003 (patch)
tree26610a60d572bb0ef830015420bde1503bfe1051 /app/assets/stylesheets/framework/icons.scss
parented808a9f3477cdb77df3ca62fdddf2640f33653d (diff)
downloadgitlab-ce-c8fd7025565e6a3eb1accabf3e07dd8e2f37b003.tar.gz
Change full colors to a more harmonious palette
Diffstat (limited to 'app/assets/stylesheets/framework/icons.scss')
-rw-r--r--app/assets/stylesheets/framework/icons.scss12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/assets/stylesheets/framework/icons.scss b/app/assets/stylesheets/framework/icons.scss
index db8d231a82a..87667f39ab8 100644
--- a/app/assets/stylesheets/framework/icons.scss
+++ b/app/assets/stylesheets/framework/icons.scss
@@ -1,8 +1,8 @@
.ci-status-icon-success {
- color: $gl-success;
+ color: $green-500;
svg {
- fill: $gl-success;
+ fill: $green-500;
}
}
@@ -17,18 +17,18 @@
.ci-status-icon-pending,
.ci-status-icon-failed_with_warnings,
.ci-status-icon-success_with_warnings {
- color: $gl-warning;
+ color: $orange-500;
svg {
- fill: $gl-warning;
+ fill: $orange-500;
}
}
.ci-status-icon-running {
- color: $blue-normal;
+ color: $blue-400;
svg {
- fill: $blue-normal;
+ fill: $blue-400;
}
}