Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitrie Hoekstra <dimitrie@gitlab.com>2017-10-06 19:06:11 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-10-06 19:06:11 +0300
commit0885794008dda8528d0861a2afcdd12b56221b43 (patch)
treed8698c97ed0dab0f62c9080a39e85e31196c3350 /app/assets/stylesheets/framework/variables.scss
parent7f8e720f415ff50f791d9efd49b774c9da9ab109 (diff)
Adjust tooltips to adhere to 8px grid and make them more readable
Diffstat (limited to 'app/assets/stylesheets/framework/variables.scss')
-rw-r--r--app/assets/stylesheets/framework/variables.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index 60260355765..e04790ab952 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -203,6 +203,11 @@ $code_font_size: 12px;
$code_line_height: 1.6;
/*
+ * Tooltips
+ */
+$tooltip-font-size: 12px;
+
+/*
* Padding
*/
$gl-padding: 16px;