aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2020-05-15 05:42:31 -0700
committerGitHub <[email protected]>2020-05-15 15:42:31 +0300
commitc794c9df2fd0c8883ab4e50185c6daa374709005 (patch)
treedb1279f0df6f7f4cea51d724e9ae56fadcaddddc
parent01d1d6bb0cf8fb751bd648cbfac63485d652e59c (diff)
downloadbootstrap-c794c9df2fd0c8883ab4e50185c6daa374709005.tar.xz
bootstrap-c794c9df2fd0c8883ab4e50185c6daa374709005.zip
v5: Add border-radius to .card-img-overlay (#30817)
Allows use of background-color and more. Fixes #29033 for v5. Co-authored-by: XhmikosR <[email protected]>
-rw-r--r--scss/_card.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_card.scss b/scss/_card.scss
index a2407c8b0..697fe5184 100644
--- a/scss/_card.scss
+++ b/scss/_card.scss
@@ -132,6 +132,7 @@
bottom: 0;
left: 0;
padding: $card-img-overlay-padding;
+ @include border-radius($card-inner-border-radius);
}
.card-img,