More styling

This commit is contained in:
2018-11-15 13:24:12 -05:00
parent edfdad1547
commit 070eeae55e
5 changed files with 27 additions and 17 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; opacity: 0" (click)="login()" [disabled]="loading">Login With Google</button>
<button mat-stroked-button class="mt-5" style="width: 150px" (click)="login()" [disabled]="loading">Login With Google</button>
</div>