2022-02-27 00:00:52 +00:00
|
|
|
<a
|
2022-03-17 08:41:32 +00:00
|
|
|
class="
|
|
|
|
inline-flex items-center px-6 py-3 font-medium rounded-md bg-blue-primary text-white no-underline hover:bg-white hover:text-blue-primary focus:bg-white focus:text-blue-primary transition-color ease-in-out duration-200
|
|
|
|
{{ size == 'normal' ? 'text-base' }}
|
|
|
|
{{ size == 'large' ? 'text-lg' }}
|
|
|
|
"
|
2022-02-27 00:00:52 +00:00
|
|
|
href="{{ href }}"
|
|
|
|
>
|
|
|
|
{% block text '' %}
|
|
|
|
</a>
|