From 026278e53bf94fe3f23ce94b23e217e2b2a3653f Mon Sep 17 00:00:00 2001 From: Jan Klattenhoff Date: Wed, 18 Dec 2024 11:15:29 +0100 Subject: [PATCH] feat: replace mitarbeiterverwaltung with login view --- src/app/app.component.html | 2 +- .../login-view/login-view.component.css | 2 -- .../login-view/login-view.component.html | 15 ++------------- 3 files changed, 3 insertions(+), 16 deletions(-) diff --git a/src/app/app.component.html b/src/app/app.component.html index ce0f108..6d10711 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1 +1 @@ - + diff --git a/src/app/components/login-view/login-view.component.css b/src/app/components/login-view/login-view.component.css index 4388089..0ab8228 100644 --- a/src/app/components/login-view/login-view.component.css +++ b/src/app/components/login-view/login-view.component.css @@ -9,8 +9,6 @@ body { .container { text-align: center; - padding: 20px; - border: 1px solid #ccc; border-radius: 5px; background-color: #fff; width: 300px; /* Set a maximum width for the container */ diff --git a/src/app/components/login-view/login-view.component.html b/src/app/components/login-view/login-view.component.html index 93f1bfd..d73e36d 100644 --- a/src/app/components/login-view/login-view.component.html +++ b/src/app/components/login-view/login-view.component.html @@ -1,14 +1,5 @@ - - - - - - Hi-Tec GmbH Login - - - - -
+ +

Hi-Tec GmbH

Logout Icon @@ -22,5 +13,3 @@
- -