fix(rtl): mirror legacy page card arrow
This commit is contained in:
committed by
Adolfo R. Brandes
parent
4b1e292e1c
commit
34fe291268
@@ -12,3 +12,11 @@
|
||||
-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3) !important;
|
||||
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3) !important;
|
||||
}
|
||||
|
||||
[dir=rtl] {
|
||||
.desktop-card, .mobile-card {
|
||||
.pgn__card-header-actions .pgn__hyperlink .btn-icon {
|
||||
transform: scaleX(-1)
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user