diff options
author | Dimitrie Hoekstra <dimitrie@gitlab.com> | 2017-10-06 16:06:11 +0000 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-10-06 16:06:11 +0000 |
commit | 0885794008dda8528d0861a2afcdd12b56221b43 (patch) | |
tree | d8698c97ed0dab0f62c9080a39e85e31196c3350 /app/assets/stylesheets/framework.scss | |
parent | 7f8e720f415ff50f791d9efd49b774c9da9ab109 (diff) | |
download | gitlab-ce-0885794008dda8528d0861a2afcdd12b56221b43.tar.gz |
Adjust tooltips to adhere to 8px grid and make them more readable
Diffstat (limited to 'app/assets/stylesheets/framework.scss')
-rw-r--r-- | app/assets/stylesheets/framework.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework.scss b/app/assets/stylesheets/framework.scss index 74b846217bb..e8037c77aab 100644 --- a/app/assets/stylesheets/framework.scss +++ b/app/assets/stylesheets/framework.scss @@ -40,6 +40,7 @@ @import "framework/tables"; @import "framework/notes"; @import "framework/timeline"; +@import "framework/tooltips"; @import "framework/typography"; @import "framework/zen"; @import "framework/blank"; |