Skip to content

Commit

Permalink
Update background image and text color in Sign In page, remove Sign …
Browse files Browse the repository at this point in the history
…Up page.
  • Loading branch information
Gab committed Feb 13, 2024
1 parent 8ecef20 commit 6910e04
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 65 deletions.
Binary file added frontend/public/images/bg-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions frontend/src/app/signin/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const Container = styled.div`
justify-content: center;
align-items: center;
flex-direction: column;
background-image: url("../../images/bg.png");
background-image: url("../../images/bg-2.png");
Expand All @@ -21,16 +21,16 @@ export const Container = styled.div`
h2 {
align-self: center;
color: #222;
color: #C70039;
color: #FFFFFF;
color: #FFFFFF;
font-size: 30px;
padding: 0.5rem;
}
p {
align-self: center;
color: #474749;
color: #FFFFFF;
margin: 10px;
}
Expand Down Expand Up @@ -86,7 +86,7 @@ export const Container = styled.div`
a {
margin-top: 5px;
text-decoration: none;
color: #222;
color: #FFFFFF;
padding: 1rem;
span{
Expand Down
60 changes: 0 additions & 60 deletions frontend/src/components/SignUp/index.tsx

This file was deleted.

0 comments on commit 6910e04

Please sign in to comment.