summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorLukas Eipert <leipert@gitlab.com>2019-03-08 08:47:54 +0100
committerLukas Eipert <leipert@gitlab.com>2019-03-27 15:47:57 +0100
commit9ae6c767c32feab93314d36290f27d84e151a2aa (patch)
treeac076034860bf154054e59778c7fe2d2a66855e4 /app/assets
parentb78aa81f323d16b71af40e2f6fc201d7e7a9a855 (diff)
downloadgitlab-ce-9ae6c767c32feab93314d36290f27d84e151a2aa.tar.gz
Update bootstrap to 4.3.1
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/framework/variables_overrides.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/variables_overrides.scss b/app/assets/stylesheets/framework/variables_overrides.scss
index efcc437bd7f..fb4d3f23cd9 100644
--- a/app/assets/stylesheets/framework/variables_overrides.scss
+++ b/app/assets/stylesheets/framework/variables_overrides.scss
@@ -9,7 +9,6 @@ $input-border-color: $gray-200;
$input-color: $gl-text-color;
$font-family-sans-serif: $regular-font;
$font-family-monospace: $monospace-font;
-$input-line-height: 20px;
$btn-line-height: 20px;
$table-accent-bg: $gray-light;
$card-border-color: $border-color;