Browser Login UI #22

Merged
jank merged 3 commits from Browser-Login-UI into main 2024-12-18 10:17:32 +00:00
3 changed files with 3 additions and 16 deletions
Showing only changes of commit 026278e53b - Show all commits

View file

@ -1 +1 @@
<app-mitarbeiterverwaltung-view></app-mitarbeiterverwaltung-view> <app-login-view></app-login-view>

View file

@ -9,8 +9,6 @@ body {
.container { .container {
text-align: center; text-align: center;
padding: 20px;
border: 1px solid #ccc;
border-radius: 5px; border-radius: 5px;
background-color: #fff; background-color: #fff;
width: 300px; /* Set a maximum width for the container */ width: 300px; /* Set a maximum width for the container */

View file

@ -1,14 +1,5 @@
<!DOCTYPE html>
<html lang="en"> <div class="container" style="width: 100%;">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hi-Tec GmbH Login</title>
<link rel="stylesheet" href="login-view.component.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<h1>Hi-Tec GmbH</h1> <h1>Hi-Tec GmbH</h1>
<img src="img.png" alt="Logout Icon" class="logo-image"> <img src="img.png" alt="Logout Icon" class="logo-image">
@ -22,5 +13,3 @@
<button type="submit">Anmelden</button> <button type="submit">Anmelden</button>
</form> </form>
</div> </div>
</body>
</html>