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>
|
<button (click)="drawer.toggle()" *ngIf="isMobile" class="menu-btn" mat-icon-button>
|
||||||
<mat-icon>menu</mat-icon>
|
<mat-icon>menu</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
<h1 class="title">Travopti - Prototype</h1>
|
<img alt="Travopti logo" class="title" src="assets/logo.svg">
|
||||||
</mat-toolbar>
|
</mat-toolbar>
|
||||||
<mat-drawer-container autosize class="drawer">
|
<mat-drawer-container autosize class="drawer">
|
||||||
<mat-drawer #drawer [mode]="isMobile?'over':'side'" [opened]="!isMobile">
|
<mat-drawer #drawer [mode]="isMobile?'over':'side'" [opened]="!isMobile">
|
||||||
@ -27,6 +27,3 @@
|
|||||||
</div>
|
</div>
|
||||||
</mat-drawer-content>
|
</mat-drawer-content>
|
||||||
</mat-drawer-container>
|
</mat-drawer-container>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -10,14 +10,15 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row;
|
flex-flow: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
height: 4rem;
|
||||||
|
|
||||||
.menu-btn {
|
.menu-btn {
|
||||||
margin-right: 1rem;
|
margin-right: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
flex: 1 1 auto;
|
flex: 0 1 auto;
|
||||||
margin: 0;
|
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