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/tooltips.scss
parent7f8e720f415ff50f791d9efd49b774c9da9ab109 (diff)
Adjust tooltips to adhere to 8px grid and make them more readable
Diffstat (limited to 'app/assets/stylesheets/framework/tooltips.scss')
-rw-r--r--app/assets/stylesheets/framework/tooltips.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/tooltips.scss b/app/assets/stylesheets/framework/tooltips.scss
new file mode 100644
index 00000000000..93baf73cb78
--- /dev/null
+++ b/app/assets/stylesheets/framework/tooltips.scss
@@ -0,0 +1,7 @@
+.tooltip-inner {
+ font-size: $tooltip-font-size;
+ border-radius: $border-radius-default;
+ line-height: 16px;
+ font-weight: $gl-font-weight-normal;
+ padding: $gl-btn-padding;
+}