|
31 | 31 | </div> |
32 | 32 | </mat-toolbar> |
33 | 33 |
|
34 | | -<div igxLayout> |
35 | | - <div class="card-wrapper"> |
36 | | - <igx-card elevated> |
37 | | - <igx-card-media height="180px"> |
38 | | - <img src="assets/images/card/media/card-image1.png"> |
39 | | - </igx-card-media> |
40 | | - <igx-card-header> |
41 | | - <igx-avatar src="assets/images/avatar/11.jpg" shape="circle" size="small"></igx-avatar> |
42 | | - <h5 igxCardHeaderTitle>Salaries</h5> |
43 | | - <h5 igxCardHeaderSubtitle>$ 346,692.72</h5> |
44 | | - </igx-card-header> |
45 | | - |
46 | | - <igx-card-actions [vertical]="false"> |
47 | | - <button mat-stroked-button color="accent" (click)="openDialog()">More</button> |
48 | | - <igx-dialog #dialog title="Confirmation" message="Do you want to download the full report?"> |
49 | | - <div igxDialogActions> |
50 | | - <button igxButton="flat" (click)="dialog.close()">Cancel</button> |
51 | | - <button igxButton="flat" (click)="dialog.close()">OK</button> |
52 | | - </div> |
53 | | - </igx-dialog> |
54 | | - <igx-icon class="success" igxEnd>trending_up</igx-icon> |
55 | | - </igx-card-actions> |
56 | | - </igx-card> |
57 | | - </div> |
58 | | - <div class="card-wrapper"> |
59 | | - <igx-card elevated> |
60 | | - <igx-card-media height="180px"> |
61 | | - <img src="assets/images/card/media/card-image2.png"> |
62 | | - </igx-card-media> |
63 | | - <igx-card-header> |
64 | | - <igx-avatar src="assets/images/avatar/8.jpg" shape="circle" size="small"></igx-avatar> |
65 | | - <h5 igxCardHeaderTitle>Suppliers</h5> |
66 | | - <h5 igxCardHeaderSubtitle>$ 122,745.832</h5> |
67 | | - </igx-card-header> |
68 | | - |
69 | | - <igx-card-actions [vertical]="false"> |
| 34 | +<div class="cards-container"> |
| 35 | + <igx-card elevated> |
| 36 | + <igx-card-media height="180px"> |
| 37 | + <img src="assets/images/card/media/card-image1.png"> |
| 38 | + </igx-card-media> |
| 39 | + <igx-card-header> |
| 40 | + <igx-avatar src="assets/images/avatar/11.jpg" shape="circle" size="small"></igx-avatar> |
| 41 | + <h5 igxCardHeaderTitle>Salaries</h5> |
| 42 | + <h5 igxCardHeaderSubtitle>$ 346,692.72</h5> |
| 43 | + </igx-card-header> |
| 44 | + <igx-card-actions [vertical]="false"> |
| 45 | + <button mat-stroked-button color="accent" (click)="openDialog()">More</button> |
| 46 | + <igx-dialog #dialog title="Confirmation" message="Do you want to download the full report?"> |
| 47 | + <div igxDialogActions> |
| 48 | + <button igxButton="flat" (click)="dialog.close()">Cancel</button> |
| 49 | + <button igxButton="flat" (click)="dialog.close()">OK</button> |
| 50 | + </div> |
| 51 | + </igx-dialog> |
| 52 | + <igx-icon class="success" igxEnd>trending_up</igx-icon> |
| 53 | + </igx-card-actions> |
| 54 | + </igx-card> |
| 55 | + <igx-card elevated> |
| 56 | + <igx-card-media height="180px"> |
| 57 | + <img src="assets/images/card/media/card-image2.png"> |
| 58 | + </igx-card-media> |
| 59 | + <igx-card-header> |
| 60 | + <igx-avatar src="assets/images/avatar/8.jpg" shape="circle" size="small"></igx-avatar> |
| 61 | + <h5 igxCardHeaderTitle>Suppliers</h5> |
| 62 | + <h5 igxCardHeaderSubtitle>$ 122,745.832</h5> |
| 63 | + </igx-card-header> |
| 64 | + <igx-card-actions [vertical]="false"> |
| 65 | + <button mat-stroked-button color="accent" (click)="openDialog()">More</button> |
| 66 | + <igx-dialog #dialog title="Confirmation" message="Do you want to download the full report?"> |
| 67 | + <div igxDialogActions> |
| 68 | + <button igxButton="flat" (click)="dialog.close()">Cancel</button> |
| 69 | + <button igxButton="flat" (click)="dialog.close()">OK</button> |
| 70 | + </div> |
| 71 | + </igx-dialog> |
| 72 | + <igx-icon class="warning" igxEnd>error</igx-icon> |
| 73 | + <igx-icon class="error" igxEnd>trending_down</igx-icon> |
| 74 | + </igx-card-actions> |
| 75 | + </igx-card> |
| 76 | + <igx-card elevated> |
| 77 | + <igx-card-media height="180px"> |
| 78 | + <img src="assets/images/card/media/card-image3.png"> |
| 79 | + </igx-card-media> |
| 80 | + <igx-card-header> |
| 81 | + <igx-avatar src="assets/images/avatar/9.jpg" shape="circle" size="small"></igx-avatar> |
| 82 | + <h5 igxCardHeaderTitle>Ads & Marketing</h5> |
| 83 | + <h5 igxCardHeaderSubtitle>$ 42,646.43</h5> |
| 84 | + </igx-card-header> |
| 85 | + <igx-card-actions [vertical]="false"> |
| 86 | + <div igxOverlayOutlet> |
70 | 87 | <button mat-stroked-button color="accent" (click)="openDialog()">More</button> |
71 | 88 | <igx-dialog #dialog title="Confirmation" message="Do you want to download the full report?"> |
72 | 89 | <div igxDialogActions> |
73 | 90 | <button igxButton="flat" (click)="dialog.close()">Cancel</button> |
74 | 91 | <button igxButton="flat" (click)="dialog.close()">OK</button> |
75 | 92 | </div> |
76 | 93 | </igx-dialog> |
77 | | - <igx-icon class="warning" igxEnd>error</igx-icon> |
78 | | - <igx-icon class="error" igxEnd>trending_down</igx-icon> |
79 | | - </igx-card-actions> |
80 | | - </igx-card> |
81 | | - </div> |
82 | | - <div class="card-wrapper"> |
83 | | - <igx-card elevated> |
84 | | - <igx-card-media height="180px"> |
85 | | - <img src="assets/images/card/media/card-image3.png"> |
86 | | - </igx-card-media> |
87 | | - <igx-card-header> |
88 | | - <igx-avatar src="assets/images/avatar/9.jpg" shape="circle" size="small"></igx-avatar> |
89 | | - <h5 igxCardHeaderTitle>Ads & Marketing</h5> |
90 | | - <h5 igxCardHeaderSubtitle>$ 42,646.43</h5> |
91 | | - </igx-card-header> |
92 | | - |
93 | | - <igx-card-actions [vertical]="false"> |
94 | | - <div igxOverlayOutlet> |
95 | | - <button mat-stroked-button color="accent" (click)="openDialog()">More</button> |
96 | | - <igx-dialog #dialog title="Confirmation" message="Do you want to download the full report?"> |
97 | | - <div igxDialogActions> |
98 | | - <button igxButton="flat" (click)="dialog.close()">Cancel</button> |
99 | | - <button igxButton="flat" (click)="dialog.close()">OK</button> |
100 | | - </div> |
101 | | - </igx-dialog> |
102 | | - </div> |
103 | | - <igx-icon class="success" igxEnd>trending_up</igx-icon> |
104 | | - </igx-card-actions> |
105 | | - </igx-card> |
106 | | - </div> |
| 94 | + </div> |
| 95 | + <igx-icon class="success" igxEnd>trending_up</igx-icon> |
| 96 | + </igx-card-actions> |
| 97 | + </igx-card> |
107 | 98 | </div> |
108 | 99 | <igx-expansion-panel class="card-panel"> |
109 | 100 | <igx-expansion-panel-header> |
|
0 commit comments