From 7b6aa297e82cfbc160928279e10729fc6d738b0d Mon Sep 17 00:00:00 2001 From: ElliottAYoung Date: Mon, 27 Feb 2017 11:29:16 -0600 Subject: [PATCH] feat: change reference for font-size --- sass/directives/_tooltips.scss | 2 +- sass/variables/_sizing.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/directives/_tooltips.scss b/sass/directives/_tooltips.scss index 142fee09..60b02a20 100644 --- a/sass/directives/_tooltips.scss +++ b/sass/directives/_tooltips.scss @@ -9,6 +9,7 @@ .tooltip-contents { display: none; + font-size: $tooltip-contents-font-size; } &:hover .tooltip-contents, @@ -30,7 +31,6 @@ box-shadow: $base-box-shadow; border: 0; color: $grey-darker; - font-size: $tooltip-contents-font-size; font-weight: $font-weight-normal; &:before { diff --git a/sass/variables/_sizing.scss b/sass/variables/_sizing.scss index 587a1a04..6b9882ea 100644 --- a/sass/variables/_sizing.scss +++ b/sass/variables/_sizing.scss @@ -19,7 +19,7 @@ $hero-text-size: $h2-font-size; $small-font-size: 13px; $subhead-font-size: $base-font-size * 1.5; $caption-font-size: $small-font-size; -$tooltip-contents-font-size: $base-font-size * 0.6875; +$tooltip-contents-font-size: 11px; // Line height $base-line-height: 1.5;