From 25c9b5b531c5dfe08f9dc9d075589a30465fa318 Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Fri, 4 Aug 2017 12:13:36 +0100 Subject: Minor adjustments after UX review Fixes scss lint errors --- app/assets/stylesheets/framework/variables.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'app/assets/stylesheets/framework/variables.scss') 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; -- cgit v1.2.1