File tree 1 file changed +8
-8
lines changed 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 211
211
& :not (:last-child ) {
212
212
@include border-end-radius (0 );
213
213
214
- .card-img-top ,
215
- .card-header {
214
+ > .card-img-top ,
215
+ > .card-header {
216
216
// stylelint-disable-next-line property-disallowed-list
217
217
border-top-right-radius : 0 ;
218
218
}
219
- .card-img-bottom ,
220
- .card-footer {
219
+ > .card-img-bottom ,
220
+ > .card-footer {
221
221
// stylelint-disable-next-line property-disallowed-list
222
222
border-bottom-right-radius : 0 ;
223
223
}
226
226
& :not (:first-child ) {
227
227
@include border-start-radius (0 );
228
228
229
- .card-img-top ,
230
- .card-header {
229
+ > .card-img-top ,
230
+ > .card-header {
231
231
// stylelint-disable-next-line property-disallowed-list
232
232
border-top-left-radius : 0 ;
233
233
}
234
- .card-img-bottom ,
235
- . card-footer {
234
+ > .card-img-bottom ,
235
+ > card-footer {
236
236
// stylelint-disable-next-line property-disallowed-list
237
237
border-bottom-left-radius : 0 ;
238
238
}
You can’t perform that action at this time.
0 commit comments