diff options
| author | Mark Otto <[email protected]> | 2015-11-12 22:02:35 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-11-12 22:02:35 -0800 |
| commit | 078c7cac8d248022248c11ffacd3d58ca883df64 (patch) | |
| tree | 31bc7dcd487743c352c8b12de2e463d1d2e66dcb | |
| parent | edce1b509a8b814a78c923e2e249aa1181be5a5e (diff) | |
| download | bootstrap-078c7cac8d248022248c11ffacd3d58ca883df64.tar.xz bootstrap-078c7cac8d248022248c11ffacd3d58ca883df64.zip | |
manually pull in #17212 from @azmenak
| -rw-r--r-- | scss/_card.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/_card.scss b/scss/_card.scss index aff6036a0..3b41357e5 100644 --- a/scss/_card.scss +++ b/scss/_card.scss @@ -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; } |
