fix(rtl): mirror legacy page card arrow

This commit is contained in:
Abderraouf Mehdi Bouhali
2022-10-23 18:23:21 +01:00
committed by Adolfo R. Brandes
parent 4b1e292e1c
commit 34fe291268

View File

@@ -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)
}
}
}