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.

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
  • Loading branch information
mdo and XhmikosR committed May 15, 2020
1 parent 01d1d6b commit c794c9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_card.scss
Expand Up @@ -132,6 +132,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 c794c9d

Please sign in to comment.