Skip to content

Commit

Permalink
change logo and fix search bar
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Dec 11, 2024
1 parent 47a6b6e commit adf19c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions ui/src/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,8 @@
}

.navbar-search-input {
margin-right: 8px;
font-size: var(--guk-font-size-base); /* 1rem */
background-color: var(--guk-color-neutral-0); /* Replaces var(--aluminum-1) */
background-color: var(--guk-color-neutral-50); /* Replaces var(--aluminum-1) */
color: var(--guk-color-neutral-500);
border-radius: var(--guk-border-rounded);
border: 1px solid var(--guk-color-neutral-200); /* Replaces var(--aluminum-3) */
Expand Down
4 changes: 2 additions & 2 deletions ui/src/css/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@ button.collapse-toggle {
.navbar-search {
position: relative;
display: flex;
/* flex-grow: 1; */
flex-grow: 1;
}

.navbar-search-input {
/* flex-grow: 1; */
flex-grow: 1;
width: 20em;
padding: .5rem !important;
}
Expand Down
2 changes: 1 addition & 1 deletion ui/theme/partials/header.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</button>
<div class="navbar-logo">
<a href="{{@root.site.url}}">
<img src="{{@root.site.url}}{{@root.site.ui.url}}/images/logo-light.png">
<img src="{{@root.site.url}}{{@root.site.ui.url}}/images/aragon.svg" style="width: 170px; height: auto">
</a>
</div>
<div id="search-field" class="navbar-search" >
Expand Down

0 comments on commit adf19c5

Please sign in to comment.