Add travopti logo to header
This commit is contained in:
parent
384992634d
commit
86c4bc5cd2
@ -2,7 +2,7 @@
|
||||
<button (click)="drawer.toggle()" *ngIf="isMobile" class="menu-btn" mat-icon-button>
|
||||
<mat-icon>menu</mat-icon>
|
||||
</button>
|
||||
<h1 class="title">Travopti - Prototype</h1>
|
||||
<img alt="Travopti logo" class="title" src="assets/logo.svg">
|
||||
</mat-toolbar>
|
||||
<mat-drawer-container autosize class="drawer">
|
||||
<mat-drawer #drawer [mode]="isMobile?'over':'side'" [opened]="!isMobile">
|
||||
@ -27,6 +27,3 @@
|
||||
</div>
|
||||
</mat-drawer-content>
|
||||
</mat-drawer-container>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -10,14 +10,15 @@
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
align-items: center;
|
||||
height: 4rem;
|
||||
|
||||
.menu-btn {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
.title {
|
||||
flex: 1 1 auto;
|
||||
margin: 0;
|
||||
flex: 0 1 auto;
|
||||
height: 2.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
19
frontend/src/assets/logo.svg
Normal file
19
frontend/src/assets/logo.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue
Block a user