From 0885794008dda8528d0861a2afcdd12b56221b43 Mon Sep 17 00:00:00 2001 From: Dimitrie Hoekstra Date: Fri, 6 Oct 2017 16:06:11 +0000 Subject: Adjust tooltips to adhere to 8px grid and make them more readable --- app/assets/stylesheets/framework/variables.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/assets/stylesheets/framework/variables.scss') 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 @@ -202,6 +202,11 @@ $md-area-border: #ddd; $code_font_size: 12px; $code_line_height: 1.6; +/* + * Tooltips + */ +$tooltip-font-size: 12px; + /* * Padding */ -- cgit v1.2.3