Skip to content

Commit 0602445

Browse files
committed
fix(card): rtl for card-header icon margins
1 parent b4ce4ae commit 0602445

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scss/_card.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@
5050
}
5151
}
5252

53+
*[dir="rtl"] .card-header > i {
54+
margin-right: 0;
55+
margin-left: $spacer / 2;
56+
}
57+
5358
.card-header-icon-bg {
5459
display: inline-block;
5560
width: ($card-spacer-y * 2) + ($font-size-base * $line-height-base);

0 commit comments

Comments
 (0)