1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 00:24:03 +02:00

Introduce $tooltip-padding-{x,y} & $tooltip-margin vars

[skip sauce]
This commit is contained in:
Chris Rebert
2015-12-08 00:31:43 -08:00
parent 223e3505ce
commit c3d1b7f256
2 changed files with 8 additions and 5 deletions

View File

@@ -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;