diff --git a/src/app/features/auth/components/auth-layout/auth-layout.component.css b/src/app/features/auth/components/auth-layout/auth-layout.component.css index 32e230d..090e40b 100644 --- a/src/app/features/auth/components/auth-layout/auth-layout.component.css +++ b/src/app/features/auth/components/auth-layout/auth-layout.component.css @@ -21,6 +21,19 @@ animation: fade-in 0.5s ease-out forwards; } +.auth-header { + text-align: center; + margin-bottom: 0.5rem; +} + +.auth-logo { + display: inline-block; + padding: 0.75rem; + background: var(--color-primary-gradient); + color: #fff; + border-radius: 50%; +} + @keyframes fade-in { from { opacity: 0; diff --git a/src/app/features/auth/components/auth-layout/auth-layout.component.html b/src/app/features/auth/components/auth-layout/auth-layout.component.html index e79cc21..a5ef680 100644 --- a/src/app/features/auth/components/auth-layout/auth-layout.component.html +++ b/src/app/features/auth/components/auth-layout/auth-layout.component.html @@ -1,5 +1,25 @@
- Geben Sie Ihre E-Mail-Adresse ein, und wir senden Ihnen einen Link zum Zurücksetzen Ihres Passworts. + Geben Sie Ihre E-Mail-Adresse ein. Wir senden Ihnen einen Link, mit dem Sie Ihr Passwort zurücksetzen können.
-Starten Sie, indem Sie Ihre Daten eingeben.
+Bitte geben Sie Ihre Daten ein, um fortzufahren.