Examples
Default styling
.info
blau-weiß
.danger
rot-weiß
.success
gruen-weiß
.warning
orange-weiß
Markup
<div class="mv2">
<article class="tooltip">
Ich wurde gehovered!
<span class="tip tip--right tip--visible">
<span class="tip--colored [modifier class]">
Ich bin der Tooltip!
</span>
</span>
</article>
</div>
Source:
src/components/_tooltip.scss
, line 15