Updated icons
@ -1,6 +1,6 @@
|
|||||||
<mat-toolbar *ngIf="!hide" [@collapseUp]="!hide" [@expandDown]="!hide" class="bg-primary">
|
<mat-toolbar *ngIf="!hide" [@collapseUp]="!hide" [@expandDown]="!hide" class="bg-primary">
|
||||||
<mat-icon *ngIf="mobile" class="mr-2" (click)="open = !open">menu</mat-icon>
|
<mat-icon *ngIf="mobile" class="mr-2" (click)="open = !open">menu</mat-icon>
|
||||||
<img src="assets/icon.png" class="mr-2" height="24px" width="auto">
|
<img src="assets/icon-inv.png" class="mr-2" height="24px" width="auto">
|
||||||
<span>
|
<span>
|
||||||
<span style="font-weight: 500;">Home Front</span>
|
<span style="font-weight: 500;">Home Front</span>
|
||||||
<small class="text-muted ml-2">v{{environment.version}}</small>
|
<small class="text-muted ml-2">v{{environment.version}}</small>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<h1 class="d-inline text-white">Home Front</h1>
|
<h1 class="d-inline text-white">Home Front</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-5">
|
<div class="mt-5">
|
||||||
<img src="assets/icon-white.png" width="275px" height="auto">
|
<img src="assets/icon.png" width="275px" height="auto">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="off-center" *ngIf="show" [@fadeOut]="true" [@expandDown]="animate">
|
<div class="off-center" *ngIf="show" [@fadeOut]="true" [@expandDown]="animate">
|
||||||
|
BIN
src/assets/icon-inv.png
Normal file
After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 6.3 KiB |
@ -19,7 +19,7 @@
|
|||||||
<h1 class="d-inline text-white">Home Front</h1>
|
<h1 class="d-inline text-white">Home Front</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-5">
|
<div class="mt-5">
|
||||||
<img src="assets/icon-white.png" width="275px" height="auto">
|
<img src="assets/icon.png" width="275px" height="auto">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</app-root>
|
</app-root>
|
||||||
|