diff options
| author | Mark Otto <[email protected]> | 2020-05-15 05:42:31 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-15 15:42:31 +0300 |
| commit | c794c9df2fd0c8883ab4e50185c6daa374709005 (patch) | |
| tree | db1279f0df6f7f4cea51d724e9ae56fadcaddddc | |
| parent | 01d1d6bb0cf8fb751bd648cbfac63485d652e59c (diff) | |
| download | bootstrap-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.scss | 1 |
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, |
