File tree Expand file tree Collapse file tree
src/app/theming/shadows/card-sample-shadow Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,12 +19,10 @@ <h5 class="igx-card-header__subtitle">subtitle</h5>
1919 </ p >
2020 </ igx-card-content >
2121 < igx-card-actions >
22- < div class ="igx-card-actions__igroup--start ">
23- < span igxIconButton ="flat " igxRipple [igxRippleCentered] ="true ">
24- < igx-icon fontSet ="material "> favorite</ igx-icon >
25- </ span >
26- </ div >
2722 < button igxButton igxRipple > Follow</ button >
23+ < span igxStart igxIconButton ="flat " igxRipple [igxRippleCentered] ="true ">
24+ < igx-icon fontSet ="material "> favorite</ igx-icon >
25+ </ span >
2826 </ igx-card-actions >
2927 </ igx-card >
3028</ div >
@@ -50,12 +48,10 @@ <h5 class="igx-card-header__subtitle">subtitle</h5>
5048 </ p >
5149 </ igx-card-content >
5250 < igx-card-actions >
53- < div class ="igx-card-actions__igroup--start ">
54- < span igxIconButton ="flat " igxRipple [igxRippleCentered] ="true ">
55- < igx-icon fontSet ="material "> favorite</ igx-icon >
56- </ span >
57- </ div >
5851 < button igxButton igxRipple > Follow</ button >
52+ < span igxStart igxIconButton ="flat " igxRipple [igxRippleCentered] ="true ">
53+ < igx-icon fontSet ="material "> favorite</ igx-icon >
54+ </ span >
5955 </ igx-card-actions >
6056 </ igx-card >
6157</ div >
You can’t perform that action at this time.
0 commit comments