Style and infos jump

This commit is contained in:
Sébastien André
2021-01-13 09:26:46 +01:00
parent 22df1400bd
commit df653eef0d
4 changed files with 9 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
<div class="content">
<button mat-raised-button color="accent" [routerLink]="['/jumps']" [routerLinkActive]="['active']" skipLocationChange>View the jumps</button>
<div>
<button mat-raised-button color="accent" [routerLink]="['/jumps']" [routerLinkActive]="['active']" skipLocationChange>View the jumps</button>
</div>
<form class="formNewJumps" (ngSubmit)="onFormSubmit()" *ngIf="notLoadingToDisplay() else loading">
<mat-form-field>
<mat-label>Choose the jump type</mat-label>