|
|
|
|
@ -25,7 +25,7 @@
|
|
|
|
|
<div class="light-dote"></div>
|
|
|
|
|
<!-- </ion-col>
|
|
|
|
|
<ion-col> -->
|
|
|
|
|
<label class="light-label">{{ts.trPK('absenceList','adult')}}</label>
|
|
|
|
|
<label [ngClass]="direction == 'en' ? 'light-label':'light-label-ar' ">{{ts.trPK('absenceList','adult')}}</label>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col class="col" size="4">
|
|
|
|
|
<div class="blue-dote"></div>
|
|
|
|
|
@ -37,7 +37,7 @@
|
|
|
|
|
<div class="green-dote"></div>
|
|
|
|
|
<!-- </ion-col>
|
|
|
|
|
<ion-col> -->
|
|
|
|
|
<label class="green-label">{{ts.trPK('absenceList','infants')}} </label>
|
|
|
|
|
<label [ngClass]="direction == 'en'? 'green-label':'green-label-ar'">{{ts.trPK('absenceList','infants')}} </label>
|
|
|
|
|
|
|
|
|
|
</ion-col>
|
|
|
|
|
</ion-row>
|
|
|
|
|
@ -53,7 +53,7 @@
|
|
|
|
|
<div class="gridService">
|
|
|
|
|
<ion-row>
|
|
|
|
|
<ion-col class="columns">
|
|
|
|
|
<div class="adult-dote"></div>
|
|
|
|
|
<div [class]="direction =='en'? 'adult-dote':'adult-dote-ar'"></div>
|
|
|
|
|
<label>{{ts.trPK('absenceList','adult')}}</label>
|
|
|
|
|
<br>
|
|
|
|
|
<br>
|
|
|
|
|
@ -61,7 +61,7 @@
|
|
|
|
|
<br> <label class="services">{{ts.trPK('absenceList','tickets')}}</label>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col class="columns">
|
|
|
|
|
<div class="child-dote"></div>
|
|
|
|
|
<div [ngClass]="direction == 'en'? 'child-dote' :'child-dote-ar'"></div>
|
|
|
|
|
<label>{{ts.trPK('absenceList','child')}} </label>
|
|
|
|
|
<br>
|
|
|
|
|
<br>
|
|
|
|
|
@ -70,7 +70,7 @@
|
|
|
|
|
<br> <label class="services">{{ts.trPK('absenceList','tickets')}}</label>
|
|
|
|
|
</ion-col>
|
|
|
|
|
<ion-col class="columns">
|
|
|
|
|
<div class="infants-dote"></div>
|
|
|
|
|
<div [ngClass]="direction == 'en'? 'infants-dote': 'infants-dote-ar'"></div>
|
|
|
|
|
<label>{{ts.trPK('absenceList','infants')}} </label>
|
|
|
|
|
<br>
|
|
|
|
|
<br>
|
|
|
|
|
|