Skip to content

Commit

Permalink
manually pull in twbs#17212 from @azmenak
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Nov 13, 2015
1 parent edce1b5 commit 078c7ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -254,6 +256,8 @@
}
}
&:last-child {
@include border-left-radius(0);

.card-img-top {
border-top-left-radius: 0;
}
Expand Down

0 comments on commit 078c7ca

Please sign in to comment.