Skip to content
Snippets Groups Projects
Verified Commit 3a167773 authored by Alexa Valentová's avatar Alexa Valentová
Browse files

update buttons, migrate teplates

parent deffe6f1
No related branches found
No related tags found
2 merge requests!994Release,!988Redesign
Pipeline #18388 passed
{% extends 'styleguide2/includes/atoms/buttons/round_button.html' %} {% extends 'styleguide2/includes/atoms/buttons/round_button.html' %}
{% block size_classes %}text-sm pl-7 pr-2 py-2{% endblock %} {% block size_classes %}
text-sm pl-7 pr-2 py-2
{% endblock %}
...@@ -12,6 +12,6 @@ ...@@ -12,6 +12,6 @@
</h4> </h4>
</div> </div>
{% include 'styleguide2/includes/atoms/buttons/round_button_small.html' with text='Číst dále' %} {% include 'styleguide2/includes/atoms/buttons/round_button_small.html' with show_arrow_on_hover=True text='Číst dále' %}
</div> </div>
</div> </div>
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
{% if url %} {% if url %}
<div class="flex mt-5"> <div class="flex mt-5">
{% include 'styleguide2/includes/atoms/buttons/round_button_small.html' with url=url button_text='Detail osoby' %} {% include 'styleguide2/includes/atoms/buttons/round_button_small.html' with url=url text='Detail osoby' show_arrow_on_hover=True %}
</div> </div>
{% endif %} {% endif %}
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment