frontend update to tabler beta 19 (#4029)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block login_actions %}
|
||||
<div class="text-center text-muted mt-3">
|
||||
<div class="text-center text-body-secondary mt-3">
|
||||
<a href="{{ path('homepage') }}">
|
||||
{{ 'Show homepage'|trans({}, 'TablerBundle') }}
|
||||
</a>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
{% block login_box_msg %}{{ 'security.unlock.title'|trans }}{% endblock %}
|
||||
|
||||
{% block login_form %}
|
||||
<p class="text-muted text-center mb-4">
|
||||
<p class="text-body-secondary text-center mb-4">
|
||||
{% block unlock_title %}{{ 'security.unlock.intro'|trans }}{% endblock %}
|
||||
</p>
|
||||
<div class="mb-4 text-center">
|
||||
@@ -15,7 +15,7 @@
|
||||
{{ user_avatar(app.user, false, 'avatar-xl mb-3') }}
|
||||
<h3>{{ username(app.user) }}</h3>
|
||||
{% if app.user.title is not empty %}
|
||||
<p class="text-muted">{{ app.user.title }}</p>
|
||||
<p class="text-body-secondary">{{ app.user.title }}</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% block unlock_form %}
|
||||
|
||||
Reference in New Issue
Block a user