Feat: Add logo to login and password-reset screens

This commit is contained in:
Björn Fromme
2023-10-21 08:56:15 +02:00
parent 754816614c
commit 7309826114
2 changed files with 8 additions and 6 deletions
+4 -3
View File
@@ -2,9 +2,10 @@
{% block body %}
<div class="w-full h-screen flex flex-col items-center justify-center px-4">
<div class="w-full max-w-sm">
<h1 class="text-4xl font-bold text-gray-900 mb-6">
MyE&amp;P Team
<div class="w-full max-w-md p-8 bg-gray-100 rounded-md">
<h1 class="flex items-center justify-between mb-6">
<span class="text-3xl md:text-4xl leading-none font-bold text-gray-900">MyE&amp;P Team</span>
<img class="h-10 w-auto" src="{{ asset('build/images/logo.svg') }}" alt="My E&amp;P Team">
</h1>
{% if error %}
<div class="flex items-center space-x-1 bg-red-500 text-white p-2 rounded-md mb-6">
+4 -3
View File
@@ -2,9 +2,10 @@
{% block body %}
<div class="w-full h-screen flex flex-col items-center justify-center px-4">
<div class="w-full max-w-sm">
<h1 class="text-4xl font-bold text-gray-900 mb-6">
MyE&amp;P Team
<div class="w-full max-w-md p-8 bg-gray-100 rounded-md">
<h1 class="flex items-center justify-between mb-6">
<span class="text-3xl md:text-4xl leading-none font-bold text-gray-900">MyE&amp;P Team</span>
<img class="h-10 w-auto" src="{{ asset('build/images/logo.svg') }}" alt="My E&amp;P Team">
</h1>
{{ form_start(form) }}
<div class="mb-6">