Initial commit
This commit is contained in:
commit
bd3fce7e64
25 changed files with 888 additions and 0 deletions
3
templates/includes/button.html.twig
Normal file
3
templates/includes/button.html.twig
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<a href="#0" class="mt-2 bg-blue-200 text-white text-base inline-block py-[3px] px-[10px] rounded leading-[20px] transition duration-200 hover:bg-secondary focus:bg-secondary">
|
||||
{% block text '' %}
|
||||
</a>
|
||||
Reference in a new issue