{{#markdown}} ```scss $include-html-tooltip-classes: $include-html-classes; $has-tip-border-bottom: dotted 1px #ccc; $has-tip-font-weight: bold; $has-tip-font-color: #333; $has-tip-border-bottom-hover: dotted 1px scale-color($primary-color, $lightness: -55%); $has-tip-font-color-hover: $primary-color; $has-tip-cursor-type: help; $tooltip-padding: rem-calc(8); $tooltip-bg: #000; $tooltip-font-size: rem-calc(15); $tooltip-font-weight: bold; $tooltip-font-color: #fff; $tooltip-line-height: 1.3; $tooltip-close-font-size: rem-calc(10); $tooltip-close-font-weight: normal; $tooltip-close-font-color: #888; $tooltip-font-size-sml: rem-calc(14); $tooltip-radius: $global-radius; $tooltip-pip-size: 5px; ``` {{/markdown}}