|
|
|
@ -60,7 +60,7 @@
|
|
|
|
|
<div *ngIf="hasPermissionForStatistics" class="row mb-5">
|
|
|
|
|
<div
|
|
|
|
|
class="col-md-4 d-flex my-1"
|
|
|
|
|
[ngClass]="{ 'justify-content-center': this.deviceType !== 'mobile' }"
|
|
|
|
|
[ngClass]="{ 'justify-content-center': deviceType !== 'mobile' }"
|
|
|
|
|
>
|
|
|
|
|
<a
|
|
|
|
|
class="d-block"
|
|
|
|
@ -78,7 +78,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="col-md-4 d-flex my-1"
|
|
|
|
|
[ngClass]="{ 'justify-content-center': this.deviceType !== 'mobile' }"
|
|
|
|
|
[ngClass]="{ 'justify-content-center': deviceType !== 'mobile' }"
|
|
|
|
|
>
|
|
|
|
|
<a
|
|
|
|
|
class="d-block"
|
|
|
|
@ -96,7 +96,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="col-md-4 d-flex my-1"
|
|
|
|
|
[ngClass]="{ 'justify-content-center': this.deviceType !== 'mobile' }"
|
|
|
|
|
[ngClass]="{ 'justify-content-center': deviceType !== 'mobile' }"
|
|
|
|
|
>
|
|
|
|
|
<a
|
|
|
|
|
class="d-block"
|
|
|
|
|