1.mat-card { 2 width: 50%; 3 4 .mat-raised-button { 5 position: absolute; 6 top: 10px; 7 right: 10px; 8 min-width: 28px; 9 width: 28px; 10 height: 28px; 11 padding: 0; 12 .mat-icon { 13 width: 24px; 14 height: 24px; 15 } 16 } 17} 18