Skip to content

Commit

Permalink
Implement special zone for SwissSkills
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian committed Mar 3, 2022
1 parent 5e02b01 commit 76aeb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/badges/ch-2022.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
</div>

<div style="-webkit-print-color-adjust: exact; background-color: {{accreditation.delegate_type.color}} !important; height: 3.4cm; padding: 0.4cm; font-size: 0.65cm; font-weight: 900; font-family: 'Frutiger LT Pro', Arial, sans-serif;">
<span ng-repeat="zone in accreditation.zones">
<span ng-repeat="zone in zones.zones" style="{{(hasZone(accreditation, zone) || (zone.code == '3' && accreditation.custom_field_data['99'] == '96')) ? 'display: inline;' : 'display: none;'}}">
<span style="-webkit-print-color-adjust: exact; display: inline-block; padding: 0.1cm 0.5cm; margin: 0 0.2cm 0.2cm 0; background-color: #fff !important; color: #000 !important;">{{ zone.code }}</span>
</span>
</div>
Expand Down

0 comments on commit 76aeb36

Please sign in to comment.