-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
51 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletions
16
angularfire-start/src/app/pages/login-page/login-page.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<div class="min-h-screen h-full w-full bg-slate-100 flex min-w-screen"> | ||
<div class="w-[50%] h-full items-center m-auto"> | ||
<div class="min-h-[80vh] h-full w-full py-10 flex flex-wrap flex-col-reverse sm:flex-row items-center min-w-screen"> | ||
<div class="min-w-screen sm:w-[50%] h-full items-center m-auto"> | ||
<img src="../../../assets/WithFirebase.png" class="w-[350px] m-auto" /> | ||
</div> | ||
<div class="w-[50%] items-center h-full mt-[15%]"> | ||
<div class="mx-auto justify-center mr-28 ml-16"> | ||
<img src="../../../assets/FriendlyChatLogo.png" class="w-[200px] mx-10" /> | ||
<span class="text-navy-600 text-5xl font-light ">Friendly Chat</span> | ||
<div class="min-w-screen sm:w-[50%] flex flex-col gap-5 items-center h-full gap-5"> | ||
<div> | ||
<img src="../../../assets/FriendlyChatLogo.png" class="w-[200px]" /> | ||
<span class="text-navy-600 text-5xl font-light mt-5">Friendly Chat</span> | ||
</div> | ||
<button class="w-[400px] bg-white shadow-md flex flex-wrap mt-12" (click)="this.chatService.login()"> | ||
<button class="transition-all w-[400px] bg-white shadow-md flex flex-wrap items-center rounded-lg p-2 hover:shadow-xl justify-between" (click)="this.chatService.login()"> | ||
<img src="../../../assets/Google.png" class="w-8 m-2" /> | ||
<span class="text-slate-700 text-xl m-auto">Sign in with Google</span> | ||
<span class="text-slate-700 text-xl flex-grow">Sign in with Google</span> | ||
</button> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters