bundle size
This commit is contained in:
@@ -1 +1,8 @@
|
||||
<button mat-flat-button color="primary" (click)="authService.routeToLogin()">Login</button>
|
||||
<div class="container">
|
||||
<p>
|
||||
Du bist nicht eingeloggt. Logge dich ein um zu Beginnen.
|
||||
</p>
|
||||
<div>
|
||||
<button mat-raised-button color="primary" (click)="authService.routeToLogin()">Einloggen!</button>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,23 @@
|
||||
:host {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
background-image: url("../../../../assets/img/key_2.webp");
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.container {
|
||||
padding: 36px;
|
||||
// border: 1px solid #ccc;
|
||||
border-radius: 24px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
color: white;
|
||||
gap: 24px;
|
||||
background: rgba(50, 50, 50, 0.4); /* halbtransparentes Weiß */
|
||||
backdrop-filter: blur(5px); /* Unschärfe */
|
||||
}
|
||||
Reference in New Issue
Block a user