&:first-child {
@include border-right-radius(0);
- .card-img-top {
+ .card-img-top,
+ .card-header {
border-top-right-radius: 0;
}
- .card-img-bottom {
+ .card-img-bottom,
+ .card-footer {
border-bottom-right-radius: 0;
}
}
&:last-child {
@include border-left-radius(0);
- .card-img-top {
+ .card-img-top,
+ .card-header {
border-top-left-radius: 0;
}
- .card-img-bottom {
+ .card-img-bottom,
+ .card-footer {
border-bottom-left-radius: 0;
}
}
&:only-child {
@include border-radius($card-border-radius);
- .card-img-top {
+ .card-img-top,
+ .card-header {
@include border-top-radius($card-border-radius);
}
- .card-img-bottom {
+ .card-img-bottom,
+ .card-footer {
@include border-bottom-radius($card-border-radius);
}
}
border-radius: 0;
.card-img-top,
- .card-img-bottom {
+ .card-img-bottom,
+ .card-header,
+ .card-footer {
border-radius: 0;
}
}