Style du login
This commit is contained in:
@@ -4,16 +4,16 @@
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label style="float: left; width: 130px;">Total cutaways</label>
|
||||
<label style="clear: both; float: left; width: 130px;">Total cutaways</label>
|
||||
<span>: {{ totalCutaways }}</span>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label style="float: left; width: 130px;">Last jump</label>
|
||||
<label style="clear: both; float: left; width: 130px;">Last jump</label>
|
||||
<span>: {{ lastJump }}</span>
|
||||
</div>
|
||||
|
||||
<div style="display: flex; flex-direction: row; flex-wrap: wrap; margin-top: 15px;">
|
||||
<div style="clear: both; display: flex; flex-direction: row; flex-wrap: wrap; margin-top: 15px;">
|
||||
<label (click)="showStats(1)" [ngClass]="statsToShow(1) ? 'labelTab selected': 'labelTab'">Jumps in the last
|
||||
month</label>
|
||||
<label (click)="showStats(2)" [ngClass]="statsToShow(2) ? 'labelTab selected': 'labelTab'">Jumps in the last
|
||||
|
||||
Reference in New Issue
Block a user