<a class="button theme_mint_green " href="#">
<span class="button_text">
Register Today
</span>
</a>
{% set icon_modifier = icon ? 'button--with-icon' : '' %}
{% set _theme = theme|default('white') %}
<a class="button theme_{{ _theme }} {{class}} {{icon_modifier}}" href="{{ href }}">
<span class="button_text">
{{ text }}
</span>
{% if icon %}
<span class="button_icon">
{{ icon(icon) }}
</span>
{% endif %}
</a>
No notes defined.