Close
Defines styles for a close button that can be combined with different components.
Usage
<a class="c-close" href="#">{{ icon('close') }}</a>
Style modifier
Add the .c-close--alt
class to apply an alternative styling to the close button.
<a class="c-close c-close--alt" href="#">{{ icon('close') }}</a>
c-close button
<button class="c-close">{{ icon('close') }}</button>