Skip to content

Commit 6068586

Browse files
committed
Login panel updates
1 parent 352d647 commit 6068586

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

templates/bundles/FOSUserBundle/Security/login_content.html.twig

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@
1515
<br/>
1616
{% endif %}
1717

18-
<h3 class="text-center">Personal Management System</h3>
19-
18+
<h3 class="text-center" style="color: #5DACBD;font-weight: 300;">Personal Management System</h3>
19+
<div class="d-flex" style="justify-content: space-around;">
20+
<img src="http://185.204.216.136:8000/assets/images/logo/smaller.png" style="height: 65px;">
21+
</div>
2022
<h4 class="fw-300 c-grey-900 mB-40">Login</h4>
2123

2224
<form action="{{ path("fos_user_security_check") }}" method="POST">

0 commit comments

Comments
 (0)