blob: 11dee6af878371d03ef25b822722676be30d2217 [file] [log] [blame]
/* TOOLTIPS
----------------------------------------------------------------------- */
.tooltip .tooltip-inner {
color: $text_color;
background-color: $white_dd;
font-weight: 500;
}
.tooltip.top .tooltip-arrow {
border-top-color: $white_dd;
}
.tooltip.bottom .tooltip-arrow {
border-bottom-color: $white_dd;
}