updated authorization screen styles (#727)

This commit is contained in:
Kevin Papst
2019-04-27 19:58:32 +02:00
committed by GitHub
parent 32f0d80729
commit e49bd05ae6
8 changed files with 63 additions and 201 deletions

View File

@@ -3,6 +3,10 @@
{% block logo_login %}{% include 'partials/logo_login.html.twig' %}{% endblock %}
{% block title %}{{ 'browser.title'|trans }}{% endblock %}
{% block login_box_icon %}
<span class="glyphicon glyphicon-user"></span>
{% endblock %}
{% block head %}
{{ parent() }}
{% include 'partials/head.html.twig' %}