Skip to content

Commit

Permalink
Update VAPP
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian committed Aug 31, 2024
1 parent 38bd9a7 commit a938b92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/vehicle-badge/vehicle-badge.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
<div style="position: absolute; display: flex; justify-content: space-evenly; align-items: center; text-align: center; left: 10mm; top: 60mm; right: 10mm; height: 100mm; line-height: 1;">

<div *ngIf="hasZone('P_CON')" style="font-size: 40mm; font-weight: 700;">P CONFERENCE</div>
<div *ngIf="hasZone('P_PRE_61')" style="font-size: 40mm; font-weight: 700;">P PRESTA 6.1</div>
<div *ngIf="hasZone('P_PRE_71')" style="font-size: 40mm; font-weight: 700;">P PRESTA 7.1</div>
<div *ngIf="hasZone('P_PRE_A')" style="font-size: 40mm; font-weight: 700;">P Presta A</div>
<div *ngIf="hasZone('P_PRE_B')" style="font-size: 40mm; font-weight: 700;">P Presta B</div>
<div *ngIf="hasZone('P_PRO')" style="font-size: 40mm; font-weight: 700;">P PROTOCOL</div>
<div *ngIf="hasZone('P0_SPP')" style="font-size: 40mm; font-weight: 700;">P0 SPP</div>
<div *ngIf="hasZone('P0_SPP')" style="font-size: 40mm; font-weight: 700;">P0-SPP</div>
<div *ngIf="hasZone('P_VIP')" style="font-size: 40mm; font-weight: 700;">P5</div>
<div *ngIf="hasZone('P6')" style="font-size: 40mm; font-weight: 700;">P6</div>
<div *ngIf="hasZone('P7')" style="font-size: 40mm; font-weight: 700;">P7</div>
Expand Down

0 comments on commit a938b92

Please sign in to comment.