mirror of https://github.com/twbs/bootstrap.git
manually pull in #17212 from @azmenak
This commit is contained in:
parent
edce1b509a
commit
078c7cac8d
|
@ -246,6 +246,8 @@
|
||||||
// Handle rounded corners
|
// Handle rounded corners
|
||||||
@if $enable-rounded {
|
@if $enable-rounded {
|
||||||
&:first-child {
|
&:first-child {
|
||||||
|
@include border-right-radius(0);
|
||||||
|
|
||||||
.card-img-top {
|
.card-img-top {
|
||||||
border-top-right-radius: 0;
|
border-top-right-radius: 0;
|
||||||
}
|
}
|
||||||
|
@ -254,6 +256,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&:last-child {
|
&:last-child {
|
||||||
|
@include border-left-radius(0);
|
||||||
|
|
||||||
.card-img-top {
|
.card-img-top {
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue