Added some styling

This commit is contained in:
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>