Skip to content

Commit

Permalink
🎨 Improve login design (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
feliciofilipe authored Jun 8, 2022
1 parent 5cd335c commit 5e9ab06
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion pages/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ function Login() {
return (
<div className="min-h-screen overflow-hidden bg-secondary">
<Return componentStyle="sm:ml-20 mt-20 sm:mt-20" />
<img
className="absolute -left-[380px] bottom-0 hidden w-[750px] xl:block"
src="/images/mascot-head.png"
></img>
<div className="mt-10 flex flex-col items-center justify-center sm:mt-40">
<Title text="Log in" />
<div className="mt-8">
Expand Down Expand Up @@ -78,7 +82,7 @@ function Login() {
link="Register here"
href="https://sei22.eventbrite.pt"
/>
<div className="absolute bottom-0 right-60 hidden lg:block">
<div className="absolute bottom-0 right-60 hidden lg:block xl:hidden">
<Fade bottom>
<Card
img="/images/mascot-footer.svg"
Expand Down
2 changes: 1 addition & 1 deletion public/images/mascot-footer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/mascot-head.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5e9ab06

Please sign in to comment.