Petit clean

This commit is contained in:
Sébastien André
2020-02-20 18:03:03 +01:00
parent 0342b18d0d
commit 3ac1e67c74
6 changed files with 9 additions and 36 deletions

View File

@@ -1,18 +1,19 @@
<div>
<label>Total jumps</label>
Total Total
<label style="float: left; width: 130px;">Total jumps :</label>
<span>850</span>
</div>
<div class="paragraph">
<label>Total cutaways</label>
<div>
<label style="float: left; width: 130px;">Total cutaways :</label>
<span>1</span>
</div>
<div class="paragraph">
<label>Last jump</label>
Date and location
<div>
<label style="float: left; width: 130px;">Last jump :</label>
<span>5 Février 2020 à Barcelonnette</span>
</div>
<div style="display: flex; flex-direction: row; flex-wrap: wrap;">
<div style="display: flex; flex-direction: row; flex-wrap: wrap; margin-top: 15px;">
<label (click)="showStats(1)" class="labelTab">Jumps in the last month</label>
<label (click)="showStats(2)" class="labelTab">Jumps in the last year</label>
<label (click)="showStats(3)" class="labelTab">By DZ</label>