Skip to content

Commit ce23903

Browse files
mdoXhmikosR
authored andcommitted
v5: Add border-radius to .card-img-overlay (#30817)
Allows use of background-color and more. Fixes #29033 for v5.
1 parent ac48bbe commit ce23903

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scss/_card.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
bottom: 0;
129129
left: 0;
130130
padding: $card-img-overlay-padding;
131+
@include border-radius($card-inner-border-radius);
131132
}
132133

133134
.card-img,

0 commit comments

Comments
 (0)