From 70c13e0dc66455a33c56c828765103d08b1c5c4c Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Wed, 20 Mar 2019 11:39:13 +0000 Subject: [PATCH] Removes EE differences for variables.scss --- app/assets/stylesheets/framework/variables.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss index dbfdeec45c2170..5ee53b22757c3f 100644 --- a/app/assets/stylesheets/framework/variables.scss +++ b/app/assets/stylesheets/framework/variables.scss @@ -289,11 +289,9 @@ $gl-line-height: 16px; $gl-line-height-24: 24px; $gl-line-height-14: 14px; -// EE-only CSS variables START $system-header-height: 35px; $issue-box-upcoming-bg: #8f8f8f; $pages-group-name-color: #4c4e54; -// EE-only CSS variables END /* * Common component specific colors -- GitLab