Skip to content

Commit

Permalink
Change logo background in classic mode
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-hank committed Nov 26, 2024
1 parent 87c31af commit 42552a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
Binary file modified app/assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 4 additions & 10 deletions app/assets/stylesheets/classic_design.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,14 @@ body.viewing-mode-classic {
}
}

h1.site-title {
max-height: unset;
.header-logo-link {
color: #a51c30;

img {
max-height: unset;
background-color: unset;
}
}

.header-logo-image {
padding: 0.5rem;
height: 4rem;
display: block;
}

.add-form,
.edit-form,
#my_urls,
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
top: -10px;
left: -350px;
z-index: 100;
background-color: #fff;
padding: 0.5rem;
background-color: map-get($colors, light-blue);
transform: translateX(50%);
transition: transform 0.3s ease, opacity 0.5s ease, visibility 0.5s;
opacity: 0;
Expand Down

0 comments on commit 42552a6

Please sign in to comment.