|
|
@ -17,7 +17,6 @@ |
|
|
|
h-100 |
|
|
|
justify-content-center |
|
|
|
overview |
|
|
|
p-3 |
|
|
|
position-relative |
|
|
|
" |
|
|
|
> |
|
|
@ -78,7 +77,14 @@ |
|
|
|
<ng-template mat-tab-label> |
|
|
|
<ion-icon name="wallet-outline" size="large"></ion-icon> |
|
|
|
</ng-template> |
|
|
|
<div class="container justify-content-center p-3 positions"> |
|
|
|
<div class="container justify-content-center pb-3 px-3 positions"> |
|
|
|
<h3 |
|
|
|
*ngIf="hasPositions === true" |
|
|
|
class="d-flex justify-content-center mb-3" |
|
|
|
i18n |
|
|
|
> |
|
|
|
Positions |
|
|
|
</h3> |
|
|
|
<div class="row"> |
|
|
|
<div class="align-items-center col"> |
|
|
|
<mat-card *ngIf="hasPositions === true" class="p-0"> |
|
|
@ -106,7 +112,7 @@ |
|
|
|
<ng-template mat-tab-label> |
|
|
|
<ion-icon name="reader-outline" size="large"></ion-icon> |
|
|
|
</ng-template> |
|
|
|
<div class="container p-3 positions"> |
|
|
|
<div class="container pb-3 px-3 positions"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-xs-12 col-md-6 mb-3"> |
|
|
|
<mat-card class="h-100"> |
|
|
|