WIP: Arabic localization.

This commit is contained in:
a.bouhuolia
2021-06-13 13:53:17 +02:00
parent 7d5bb95e75
commit 26bea3d2c2
27 changed files with 304 additions and 100 deletions

View File

@@ -184,8 +184,13 @@ body.hide-scrollbar .Pane2 {
// RTL Icons.
html[dir="rtl"] {
.bp3-icon-caret-right{
transform: scaleX(-1);
}
}
html[lang^="ar"] {
body{
letter-spacing: -0.01rem;
}
}

View File

@@ -169,7 +169,7 @@
font-weight: 500;
letter-spacing: 1px;
html[lang="ar"] &{
html[lang^="ar"] &{
font-size: 12px;
letter-spacing: 0;
}