aboutsummaryrefslogtreecommitdiff
path: root/scss/_variables.scss
diff options
context:
space:
mode:
authorGeoSot <[email protected]>2021-08-03 10:56:36 +0300
committerGeoSot <[email protected]>2021-08-24 00:46:32 +0300
commita782de9b87220192a124590e67594181da1a56ba (patch)
treeb81f3f98ff159e4ba64d33b731dbc4c29993a996 /scss/_variables.scss
parent6b308a3820b32667c268545c33225719e19475f7 (diff)
downloadbootstrap-gs-tooltip-css-tweaks.tar.xz
bootstrap-gs-tooltip-css-tweaks.zip
nullify `margin` variable and add deprecation messagegs-tooltip-css-tweaks
Diffstat (limited to 'scss/_variables.scss')
-rw-r--r--scss/_variables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index edf220987..7b3ced078 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -1315,6 +1315,7 @@ $tooltip-border-radius: $border-radius !default;
$tooltip-opacity: .9 !default;
$tooltip-padding-y: $spacer * .25 !default;
$tooltip-padding-x: $spacer * .5 !default;
+$tooltip-margin: null !default;
$tooltip-arrow-width: .8rem !default;
$tooltip-arrow-height: .4rem !default;