Logo Added

This commit is contained in:
Supan Adit Pratama 2020-01-04 21:04:11 +07:00
parent 93e112873f
commit 4d770d208e
3 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,6 @@
<div class="map" leaflet [leafletOptions]="options"> <div class="map" leaflet [leafletOptions]="options">
<div *ngFor="let x of listMarker" [leafletLayer]="x"></div> <div *ngFor="let x of listMarker" [leafletLayer]="x"></div>
</div> </div>
<div class="logo">
<img src="assets/logo.png" width="120"/>
</div>

View File

@ -11,3 +11,11 @@ body {
right: 0; right: 0;
left: 0; left: 0;
} }
.logo {
margin-top: -20px;
margin-right: 10px;
position: relative;
z-index: 10000;
float: right;
}

BIN
src/assets/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB