Skip to content

Commit

Permalink
feat: replace admin page solid red background with gradient theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Clacky committed Jan 25, 2025
1 parent a002bf6 commit 75f1f6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@

body.admin-page:not(.app-loaded) {
main {
background-color: red;
background: linear-gradient(to bottom, #43C6AC, #191654);
min-height: 100vh;
display: flex;
flex-direction: column;
}
}

.app-main {
background-color: red;
background: linear-gradient(to bottom, #43C6AC, #191654);
min-height: calc(100vh - 57px);
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 75f1f6d

Please sign in to comment.