Add Favicon and remove outline
This commit is contained in:
parent
cf6ab406f4
commit
77444dec89
@ -1,5 +1,8 @@
|
|||||||
<mat-toolbar class="mat-toolbar" color="primary">
|
<mat-toolbar class="mat-toolbar" color="primary">
|
||||||
<span routerLink="/" id="logo"><img alt="" src="../../assets/Logo.png" height="40" class="mx-2 mb-1">Bike Stations in London</span>
|
<span routerLink="/" id="logo">
|
||||||
|
<img alt="" src="../../assets/Logo.png" height="40" class="mx-2 mb-1">
|
||||||
|
Bike Stations in London
|
||||||
|
</span>
|
||||||
<span class="toolbar-spacer"></span>
|
<span class="toolbar-spacer"></span>
|
||||||
<div *ngIf="!hasRoute('dashboard')">
|
<div *ngIf="!hasRoute('dashboard')">
|
||||||
<app-map-interaction></app-map-interaction>
|
<app-map-interaction></app-map-interaction>
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 948 B After Width: | Height: | Size: 15 KiB |
@ -20,6 +20,7 @@ label.mat-checkbox-layout {
|
|||||||
|
|
||||||
#logo {
|
#logo {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.legend {
|
.legend {
|
||||||
|
Loading…
Reference in New Issue
Block a user