chore(icons): Put all the icons before the text
This commit is contained in:
parent
5937f2a0d0
commit
57fb348bdb
3 changed files with 4 additions and 4 deletions
|
@ -11,8 +11,8 @@
|
|||
{% include "bulma/form.html" with form=form %}
|
||||
|
||||
<button class="button is-fullwidth mt-6">
|
||||
<span>{% trans "Enregistrer" %}</span>
|
||||
<span class="icon"><i class="ti ti-check"></i></span>
|
||||
<span>{% trans "Enregistrer" %}</span>
|
||||
</button>
|
||||
</form>
|
||||
{% endblock content %}
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
{% include "bulma/form.html" with form=form %}
|
||||
|
||||
<button class="button is-fullwidth mt-6">
|
||||
<span>{% trans "Enregistrer" %}</span>
|
||||
<span class="icon"><i class="ti ti-check"></i></span>
|
||||
<span>{% trans "Enregistrer" %}</span>
|
||||
</button>
|
||||
</form>
|
||||
{% endblock content %}
|
||||
|
|
|
@ -15,19 +15,19 @@
|
|||
<a href="{% url 'account_logout' %}"
|
||||
class="button is-light is-fullwidth">
|
||||
<span>
|
||||
<span>{% trans "Déconnexion" %}</span>
|
||||
<span class="icon">
|
||||
<i class="ti ti-door-exit"></i>
|
||||
</span>
|
||||
<span>{% trans "Déconnexion" %}</span>
|
||||
</span>
|
||||
</a>
|
||||
{% else %}
|
||||
<a href="{% url 'account_login' %}" class="button is-fullwidth is-light">
|
||||
<span>
|
||||
<span>{% trans "Connexion" %}</span>
|
||||
<span class="icon">
|
||||
<i class="ti ti-door-enter"></i>
|
||||
</span>
|
||||
<span>{% trans "Connexion" %}</span>
|
||||
</span>
|
||||
</a>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue