summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-08-04 12:13:36 +0100
committerFilipa Lacerda <filipa@gitlab.com>2017-08-04 12:13:36 +0100
commit25c9b5b531c5dfe08f9dc9d075589a30465fa318 (patch)
treee522a52a2ed76369b1c0991b30e992e3653eeecd /app/assets/stylesheets/framework
parenta5b0584dab118f1022f05d85f6b505e5138507bd (diff)
downloadgitlab-ce-25c9b5b531c5dfe08f9dc9d075589a30465fa318.tar.gz
Minor adjustments after UX review
Fixes scss lint errors
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r--app/assets/stylesheets/framework/variables.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index cf0a1ad57d0..f25b96b87a6 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -623,3 +623,11 @@ $perf-bar-bucket-bg: #111;
$perf-bar-bucket-color: #ccc;
$perf-bar-bucket-box-shadow-from: rgba($white-light, .2);
$perf-bar-bucket-box-shadow-to: rgba($black, .25);
+
+
+/*
+Project Templates Icons
+*/
+$rails: #c00;
+$node: #353535;
+$java: #70ad51;