Commit ce23903a authored by Mark Otto's avatar Mark Otto Committed by XhmikosR
Browse files

v5: Add border-radius to .card-img-overlay (#30817)

Allows use of background-color and more. Fixes #29033 for v5.
6 merge requests!36532My v4 dev,!34086v4: Fix prevented show event disables modals with fade class from being displayed again,!33729V4 dev,!33086V4 dev,!31901Add opacity utilities,!31513Update icons.md
Showing with 1 addition and 0 deletions
+1 -0
...@@ -128,6 +128,7 @@ ...@@ -128,6 +128,7 @@
bottom: 0; bottom: 0;
left: 0; left: 0;
padding: $card-img-overlay-padding; padding: $card-img-overlay-padding;
@include border-radius($card-inner-border-radius);
} }
.card-img, .card-img,
......
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