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 2 additions and 17 deletions
Showing only changes of commit 7f37f2b477 - Show all commits

View file

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

View file

@ -6,13 +6,10 @@ body {
}
.container {
width: 80%;
max-width: 960px;
width: 100%;
margin: 0 auto;
background-color: #fff;
border-radius: 5px;
padding: 20px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
h1 {

View file

@ -1,12 +1,3 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<link rel="stylesheet" href="mitarbeiterverwaltung-view.component.css">
</head>
<body>
<div class="container">
<div class="header">
<button class="logout-button">
@ -38,6 +29,3 @@
</tbody>
</table>
</div>
</body>
</html>