Skip to content

Commit

Permalink
v5: Add border-radius to .card-img-overlay (#30817)
Browse files Browse the repository at this point in the history
Allows use of background-color and more. Fixes #29033 for v5.
  • Loading branch information
mdo authored and XhmikosR committed Jun 4, 2020
1 parent ac48bbe commit ce23903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_card.scss
Expand Up @@ -128,6 +128,7 @@
bottom: 0;
left: 0;
padding: $card-img-overlay-padding;
@include border-radius($card-inner-border-radius);
}

.card-img,
Expand Down

0 comments on commit ce23903

Please sign in to comment.