Added some styling

This commit is contained in:
Zakary Timson 2018-11-15 09:48:06 -05:00
parent af4abd85bc
commit 8d55d182d2
2 changed files with 2 additions and 2 deletions

View File

@ -9,5 +9,5 @@
</div>
</div>
<div class="off-center" [@expandDown]="true">
<button mat-stroked-button class="mt-5" style="width: 150px" (click)="login()" [disabled]="loading">Login With Google</button>
<button mat-stroked-button class="mt-5" style="width: 150px; opacity: 0" (click)="login()" [disabled]="loading">Login With Google</button>
</div>

View File

@ -6,7 +6,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#2F323A">
<meta name="theme-color" content="#000000">
<link rel="icon" type="image/x-icon" href="assets/icon.png">
<link rel="stylesheet" type="text/css" href="assets/bootstrap.min.css">