From 47bcff78eff04665fedf300be1b7a188b152dc7c Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Wed, 20 Mar 2019 11:38:48 +0000 Subject: Removes EE differences for variables.scss --- app/assets/stylesheets/framework/variables.scss | 28 +++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss index 08dbe3d5b0f..5ee53b22757 100644 --- a/app/assets/stylesheets/framework/variables.scss +++ b/app/assets/stylesheets/framework/variables.scss @@ -23,6 +23,7 @@ $darken-border-dashed-factor: 25%; $white-light: #fff; $white-normal: #f0f0f0; $white-dark: #eaeaea; +$white-transparent: rgba(255, 255, 255, 0.8); $gray-lightest: #fdfdfd; $gray-light: #fafafa; @@ -288,6 +289,10 @@ $gl-line-height: 16px; $gl-line-height-24: 24px; $gl-line-height-14: 14px; +$system-header-height: 35px; +$issue-box-upcoming-bg: #8f8f8f; +$pages-group-name-color: #4c4e54; + /* * Common component specific colors */ @@ -625,6 +630,18 @@ Animation Functions */ $dropdown-animation-timing: cubic-bezier(0.23, 1, 0.32, 1); +/* +GitLab Plans +*/ +$gl-gold-plan: #d4af37; +$gl-silver-plan: #91a1ab; +$gl-bronze-plan: #cd7f32; + +/* +Cross-project Pipelines + */ +$linked-project-column-margin: 60px; + /* Performance Bar */ @@ -648,6 +665,17 @@ Image Commenting cursor $image-comment-cursor-left-offset: 12; $image-comment-cursor-top-offset: 12; +/* +Add GitLab Slack Application +*/ +$add-to-slack-popup-max-width: 400px; +$add-to-slack-gif-max-width: 850px; +$add-to-slack-well-max-width: 750px; +$add-to-slack-logo-size: 100px; +$double-headed-arrow-width: 100px; +$double-headed-arrow-height: 25px; +$right-arrow-size: 16px; + /* Popup */ -- cgit v1.2.1