Skip to content

Commit

Permalink
Fixed missing button transitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Urdons committed Jul 26, 2024
1 parent e7db61b commit 89cc4f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/pages/login.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<div class="w-96 flex flex-col h-fit m-2 p-2 bg-close-light dark:bg-close-dark border-[1px] border-close-b-light dark:border-close-b-dark rounded-md text-center">
<h2 class="m-2 text-xl font-semibold dark:text-white">Login Options</h2>
<div class="flex justify-center w-full flex-col">
<a href="https://github.com/login/oauth/authorize?client_id=<%= client_id %>" class="py-4 px-4 my-2 w-full border-[1px] bg-close-light dark:bg-close-dark hover:bg-close-h-light hover:dark:bg-close-h-dark border-close-b-light dark:border-close-b-dark rounded-md"><span class="fa fa-github"></span> Sign in with GitHub</a>
<a href="" class="py-4 px-4 w-full text-zinc-500 border-[1px] bg-far-light dark:bg-far-dark hover:bg-far-h-light hover:dark:bg-far-h-dark border-far-b-light dark:border-far-b-dark rounded-md pointer-events-none"><span class="fa fa-gitlab"></span> Sign in with GitLab (Coming Soon)</a>
<a href="https://github.com/login/oauth/authorize?client_id=<%= client_id %>" class="transition-all py-4 px-4 my-2 w-full border-[1px] bg-close-light dark:bg-close-dark hover:bg-close-h-light hover:dark:bg-close-h-dark border-close-b-light dark:border-close-b-dark rounded-md"><span class="fa fa-github"></span> Sign in with GitHub</a>
<a href="" class="transition-all py-4 px-4 w-full text-zinc-500 border-[1px] bg-far-light dark:bg-far-dark hover:bg-far-h-light hover:dark:bg-far-h-dark border-far-b-light dark:border-far-b-dark rounded-md pointer-events-none"><span class="fa fa-gitlab"></span> Sign in with GitLab (Coming Soon)</a>
</div>
</div>
</body>
Expand Down

0 comments on commit 89cc4f4

Please sign in to comment.