migration for material'

This commit is contained in:
Vito Albano
2023-11-14 00:38:17 +00:00
committed by VitoAlbano
parent 8bd52f5e8e
commit 8e6f8025ff
243 changed files with 625 additions and 615 deletions

View File

@@ -14,7 +14,7 @@
</mat-list-item>
</mat-nav-list>
<div class="adf-report-card-grids" *ngIf="isGrid()">
<mat-card (click)="selectReport(report)" class="adf-report-card" *ngFor="let report of reports">
<mat-card appearance="outlined" (click)="selectReport(report)" class="adf-report-card" *ngFor="let report of reports">
<div class="adf-report-card-logo logo">
<mat-icon class="adf-report-card-logo-icon">equalizer</mat-icon>
</div>