//== Tooltips
//
//##

//** Tooltip text color
$tooltip-text-color: $text-color !default;

//** Tooltip background color
$tooltip-default-bg: $color-white !default;
$tooltip-dark-bg: $color-gray-45 !default;
$tooltip-danger-bg: $color-danger !default;
$tooltip-success-bg: $color-success !default;

$tooltip-white-text: $color-white !default;
$tooltip-dark-text: $text-color !default;

$tooltip-boxshadow: $popup-box-shadow !default;


// Bootstrap variables
$tooltip-color: $tooltip-text-color !default;
$tooltip-bg: $tooltip-default-bg !default;
$tooltip-arrow-color: $tooltip-default-bg !default;
$tooltip-opacity: 1 !default;
$tooltip-border-radius: $popup-border-radius !default;
