@@ -171,13 +171,13 @@ md-card-title-group {
171
171
172
172
// top els in md-card-content and md-card can't have their default margin-tops (e.g. <p> tags)
173
173
// or they'll incorrectly add to card's top padding
174
- . md-card > :first-child , md-card-content > :first-child {
174
+ md-card > :first-child , md-card-content > :first-child {
175
175
margin-top : 0 ;
176
176
}
177
177
178
178
// last els in md-card-content and md-card can't have their default margin-bottoms (e.g. <p> tags)
179
179
// or they'll incorrectly add to card's bottom padding
180
- . md-card > :last-child , md-card-content > :last-child {
180
+ md-card > :last-child , md-card-content > :last-child {
181
181
margin-bottom : 0 ;
182
182
}
183
183
@@ -189,7 +189,7 @@ md-card-title-group {
189
189
190
190
// actions panel on bottom should be 8px from bottom of card
191
191
// so must strip 16px from default card padding of 24px
192
- . md-card > md-card-actions :last-child {
192
+ md-card > md-card-actions :last-child {
193
193
margin-bottom : -16px ;
194
194
padding-bottom : 0 ;
195
195
}
@@ -216,12 +216,12 @@ md-card-header md-card-subtitle:not(:first-child) {
216
216
217
217
// xl image should always have 16px on top.
218
218
// when it's the first el, it'll need to remove 8px from default card padding of 24px
219
- . md-card > [md-card-xl-image ]:first-child {
219
+ md-card > [md-card-xl-image ]:first-child {
220
220
margin-top : -8px ;
221
221
}
222
222
223
223
// xl image should always have 16px on bottom
224
224
// when it's the last el, it'll need to remove 8px from default card padding of 24px
225
- . md-card > [md-card-xl-image ]:last-child {
225
+ md-card > [md-card-xl-image ]:last-child {
226
226
margin-bottom : -8px ;
227
227
}
0 commit comments