File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,9 @@ $mat-card-header-size: 40px !default;
84
84
}
85
85
86
86
.mat-card-actions {
87
- .mat-button , .mat-raised-button {
87
+ .mat-button ,
88
+ .mat-raised-button ,
89
+ .mat-stroked-button {
88
90
margin : 0 8px ;
89
91
}
90
92
}
@@ -200,10 +202,15 @@ $mat-card-header-size: 40px !default;
200
202
201
203
// actions panel should always be 8px from sides,
202
204
// so the first button in the actions panel can't add its own margins
203
- .mat-card-actions .mat-button :first-child ,
204
- .mat-card-actions .mat-raised-button :first-child {
205
- margin-left : 0 ;
206
- margin-right : 0 ;
205
+ .mat-card-actions {
206
+ .mat-button ,
207
+ .mat-raised-button ,
208
+ .mat-stroked-button {
209
+ & :first-child {
210
+ margin-left : 0 ;
211
+ margin-right : 0 ;
212
+ }
213
+ }
207
214
}
208
215
209
216
// should be 12px space between titles and subtitles generally
You can’t perform that action at this time.
0 commit comments