1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

manually pull in #17212 from @azmenak

This commit is contained in:
Mark Otto 2015-11-12 22:02:35 -08:00
parent edce1b509a
commit 078c7cac8d

View file

@ -246,6 +246,8 @@
// Handle rounded corners
@if $enable-rounded {
&:first-child {
@include border-right-radius(0);
.card-img-top {
border-top-right-radius: 0;
}
@ -254,6 +256,8 @@
}
}
&:last-child {
@include border-left-radius(0);
.card-img-top {
border-top-left-radius: 0;
}