some changes to the landing page
This commit is contained in:
parent
05654fa1e4
commit
5c15195879
@ -3,11 +3,7 @@
|
|||||||
<img src="assets/images/logo.png" width="200px" height="auto">
|
<img src="assets/images/logo.png" width="200px" height="auto">
|
||||||
</div>
|
</div>
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<div class="row">
|
|
||||||
<div class="col-12 col-md-6">
|
|
||||||
<button mat-flat-button class="w-100 text-white" style="background-color: #dd0330" (click)="new()">
|
<button mat-flat-button class="w-100 text-white" style="background-color: #dd0330" (click)="new()">
|
||||||
<mat-icon>add</mat-icon> New Map
|
<mat-icon>add</mat-icon> New Map
|
||||||
</button>
|
</button>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -8,8 +8,9 @@
|
|||||||
|
|
||||||
.controls {
|
.controls {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 10%;
|
bottom: 15%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
width: 200px;
|
||||||
z-index: 500;
|
z-index: 500;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user