File tree 2 files changed +14
-15
lines changed
2 files changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -19,18 +19,6 @@ $mat-grid-list-text-padding: 16px;
19
19
position : absolute ;
20
20
overflow : hidden ;
21
21
22
- .mat-figure {
23
- @include mat-fill ;
24
- display : flex ;
25
-
26
- align-items : center ;
27
- justify-content : center ;
28
- height : 100% ;
29
-
30
- padding : 0 ;
31
- margin : 0 ;
32
- }
33
-
34
22
// Headers & footers
35
23
.mat-grid-tile-header ,
36
24
.mat-grid-tile-footer {
@@ -79,3 +67,15 @@ $mat-grid-list-text-padding: 16px;
79
67
}
80
68
}
81
69
}
70
+
71
+ .mat-grid-tile-content {
72
+ @include mat-fill ;
73
+ display : flex ;
74
+
75
+ align-items : center ;
76
+ justify-content : center ;
77
+ height : 100% ;
78
+
79
+ padding : 0 ;
80
+ margin : 0 ;
81
+ }
Original file line number Diff line number Diff line change 1
- <!-- TODO(kara): Revisit why this is a figure.-->
2
- < figure class ="mat-figure ">
1
+ < div class ="mat-grid-tile-content ">
3
2
< ng-content > </ ng-content >
4
- </ figure >
3
+ </ div >
You can’t perform that action at this time.
0 commit comments