From c3d1b7f256e99cc64c796bf58e19ee5c20fe7926 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 8 Dec 2015 00:31:43 -0800 Subject: Introduce $tooltip-padding-{x,y} & $tooltip-margin vars [skip sauce] --- scss/_variables.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scss/_variables.scss') diff --git a/scss/_variables.scss b/scss/_variables.scss index c63af8490..8e1cb130c 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -475,6 +475,9 @@ $tooltip-max-width: 200px !default; $tooltip-color: #fff !default; $tooltip-bg: #000 !default; $tooltip-opacity: .9 !default; +$tooltip-padding-y: 3px !default; +$tooltip-padding-x: 8px !default; +$tooltip-margin: 3px !default; $tooltip-arrow-width: 5px !default; $tooltip-arrow-color: $tooltip-bg !default; -- cgit v1.2.3