Skip to content

Commit

Permalink
change logo and name in the demo aoo
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzheboka committed Sep 10, 2024
1 parent 08c323f commit 542d849
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 361 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</button>
</div>
<div class="navbar__logo">
<svg-icon class="navbar__logo-icon" src="./assets/icons/logo-copy.svg"></svg-icon>
<svg-icon class="navbar__logo-icon" src="./assets/icons/logo.svg"></svg-icon>
<div class="navbar__title">{{title}}</div>
</div>
</mat-toolbar>
9 changes: 5 additions & 4 deletions web/src/app/shared/components/nav-bar/nav-bar.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,19 @@

.navbar__logo {
margin: auto;
display: flex;
align-items: center;
}

svg-icon.navbar__logo-icon {
float: left;
width: 150px;
height: 50px;
padding: 4px 10px 0 0;
position: initial;
height: 40px;
padding: 0px 10px 0 0;
position: unset;
}

.navbar__title {
padding-top: 9px;
color: white;
font-size: 1.25rem;
@media only screen and (max-width: 700px) {
Expand Down
178 changes: 0 additions & 178 deletions web/src/assets/icons/logo-copy.svg

This file was deleted.

Loading

0 comments on commit 542d849

Please sign in to comment.