Skip to content

Commit

Permalink
hotfix: resolve styling issues
Browse files Browse the repository at this point in the history
last merged pr deleted some unwanted css lines, this commit adds them back
  • Loading branch information
Halil-Ibrahim-Kasapoglu committed Dec 13, 2024
1 parent 2f0b9c9 commit c8f5bea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
3 changes: 2 additions & 1 deletion frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
width: 100%;
display: flex;
flex-direction: column;
justify-content: flex-start;
justify-content: center;
align-items: center;
}


Expand Down
11 changes: 5 additions & 6 deletions frontend/src/styles/Dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
gap: 10px;
}


.auth-section {
align-items: center;
display: flex;
Expand All @@ -44,7 +43,6 @@
overflow-y: auto;
}


.custom-button {
align-items: center;
background-color: var(--color-primary-500);
Expand All @@ -62,12 +60,15 @@
width: 40px;
}



.custom-button:hover {
background-color: var(--color-primary-700);
}

.custom-button svg {
font-size: 1.2rem;
color: var(--color-neutral-100);
}

.dashboard-container {
display: flex;
flex-direction: column;
Expand All @@ -92,8 +93,6 @@
transition: background-color 0.3s;
}



.nav-links a:hover {
background-color: var(--color-primary-500);
}
Expand Down

0 comments on commit c8f5bea

Please sign in to comment.