summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/variables.scss
diff options
context:
space:
mode:
authorJeff Stubler <brunsa2@gmail.com>2016-10-30 16:41:13 -0500
committerJeff Stubler <brunsa2@gmail.com>2017-06-14 09:17:26 -0500
commit477d975a6786c00b642fe273e36061a94c39225b (patch)
treeb5b85d7c04a9464c79375ef94e9aa62ff137132f /app/assets/stylesheets/framework/variables.scss
parenta1695253215534539ea17794a8696212c5454b82 (diff)
downloadgitlab-ce-477d975a6786c00b642fe273e36061a94c39225b.tar.gz
Add blame view age map
Diffstat (limited to 'app/assets/stylesheets/framework/variables.scss')
-rw-r--r--app/assets/stylesheets/framework/variables.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index 4114a050d9a..49ba0108228 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -365,6 +365,13 @@ $avatar-border: rgba(0, 0, 0, .1);
$gl-avatar-size: 40px;
/*
+* Blame
+*/
+$blame-gray: #ededed;
+$blame-cyan: #acd5f2;
+$blame-blue: #254e77;
+
+/*
* Builds
*/
$builds-trace-bg: #111;