summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/variables.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-20 10:11:22 +0100
committerPhil Hughes <me@iamphill.com>2016-06-10 12:07:51 +0100
commitdc6ec2adf82c2b2fe1ab6ef076432fd741d3afbb (patch)
treec5dd8fc7171503bff7b2f7819fa5451fa9f59e25 /app/assets/stylesheets/framework/variables.scss
parentcfc99bbd1390bc548a703fdc7857c7db5b0e7c13 (diff)
downloadgitlab-ce-dc6ec2adf82c2b2fe1ab6ef076432fd741d3afbb.tar.gz
CI build page UI update
Added sidebar Removed elements not present in design
Diffstat (limited to 'app/assets/stylesheets/framework/variables.scss')
-rw-r--r--app/assets/stylesheets/framework/variables.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index 99e3df119ed..847b2f80bdf 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -260,3 +260,6 @@ $calendar-header-color: #b8b8b8;
$calendar-hover-bg: #ecf3fe;
$calendar-border-color: rgba(#000, .1);
$calendar-unselectable-bg: #faf9f9;
+
+$ci-output-bg: #1d1f21;
+$ci-text-color: #c5c8c6;