OOOOPS. Your browser seems to be too old for this. Please update your browser.
Teutonic CSS
Use it

Triangle

This adds a little triangle on the bottom of an element, available in three sizes.

The arrow is only available in a downwards poting direction currently. It will not work when the element has some overflow hidden property or when the element is not positioned relativly. The additional .active class shown in this example is not required.

Syntax: .arrow{_size?}
SCSS: _arrow.scss
.box.arrow
.box.arrow_l
.box.arrow_xl
<div class="grid gap_s text-mono">
  <div class="span-4 box active arrow">.box.arrow</div>
  <div class="span-4 box active arrow_l">.box.arrow_l</div>
  <div class="span-4 box active arrow_xl">.box.arrow_xl</div>
</div>