Commit 078c7cac authored by Mark Otto's avatar Mark Otto
Browse files

manually pull in #17212 from @azmenak

parent edce1b50
Showing with 4 additions and 0 deletions
+4 -0
...@@ -246,6 +246,8 @@ ...@@ -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 @@ ...@@ -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;
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment