Fixed minor issues with login & logout. Cleaned up the UI.
This commit is contained in:
@@ -1,21 +1,19 @@
|
||||
<div class="login">
|
||||
<div></div>
|
||||
<mat-card class="outer" appearance="outlined">
|
||||
<mat-card-header>
|
||||
<h1>Login</h1>
|
||||
</mat-card-header>
|
||||
<mat-card class="outer" appearance="outlined">
|
||||
<mat-card-header>
|
||||
<h1 class="title">Login</h1>
|
||||
</mat-card-header>
|
||||
|
||||
<mat-card-content>
|
||||
<p>Log in with your favorite livestream service</p>
|
||||
<mat-card-content class="services">
|
||||
<p>Log in with your favorite livestream service</p>
|
||||
|
||||
<a>
|
||||
<mat-card appearance="outlined" (click)="login()">
|
||||
<mat-card-content>
|
||||
Twitch
|
||||
</mat-card-content>
|
||||
</mat-card>
|
||||
</a>
|
||||
</mat-card-content>
|
||||
</mat-card>
|
||||
<div></div>
|
||||
<a>
|
||||
<mat-card appearance="outlined" class="twitch" (click)="login()">
|
||||
<mat-card-content>
|
||||
Twitch
|
||||
</mat-card-content>
|
||||
</mat-card>
|
||||
</a>
|
||||
</mat-card-content>
|
||||
</mat-card>
|
||||
</div>
|
||||
Reference in New Issue
Block a user