Skip to content

Commit

Permalink
Fix: Overlaping button, minor CSS fixes for login, register and dashb…
Browse files Browse the repository at this point in the history
…oard
  • Loading branch information
mahesh-gfx committed Aug 20, 2024
1 parent 76f53a0 commit a36e960
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ p {

.page-title {
color: #95c623;
margin: 20px 0;
}

.button {
Expand Down
9 changes: 9 additions & 0 deletions packages/frontend/src/components/styles/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
background-color: #f9f9f9;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
h2 {
color: #333;
text-align: center;
margin-bottom: 20px;
font-size: 30px;
}
}

.auth-form {
Expand Down Expand Up @@ -40,6 +46,9 @@
border-radius: 4px;
cursor: pointer;
transition: background-color 0.2s;
display: flex;
justify-content: center;
align-items: center;
}

.submit-button:hover {
Expand Down

0 comments on commit a36e960

Please sign in to comment.