WIP: Arabic localization.|

This commit is contained in:
a.bouhuolia
2021-06-10 12:51:00 +02:00
parent 4fc7c37260
commit 1ea32884c2
465 changed files with 3299 additions and 2109 deletions

View File

@@ -171,7 +171,7 @@ body.hide-scrollbar .Pane2 {
width: 1em;
fill: currentColor;
}
.ReactVirtualized__Grid, .ReactVirtualized__List { direction: inherit !important; }
/* List default theme */
.ReactVirtualized__List {
@@ -180,4 +180,12 @@ body.hide-scrollbar .Pane2 {
.bp3-drawer{
box-shadow: 0 0 0;
}
}
// RTL Icons.
html[dir="rtl"] {
.bp3-icon-caret-right{
transform: scaleX(-1);
}
}

View File

@@ -14,12 +14,20 @@
margin-right: auto;
margin-top: 0;
line-height: 1.4;
html[lang='ar'] & {
font-size: 22px;
}
}
&__desc {
font-size: 16px;
color: #1f3255;
opacity: 0.8;
line-height: 1.6;
html[lang='ar'] & {
font-size: 18px;
}
}
&__actions {
margin-top: 26px;

View File

@@ -168,6 +168,11 @@
text-transform: uppercase;
font-weight: 500;
letter-spacing: 1px;
html[lang="ar"] &{
font-size: 12px;
letter-spacing: 0;
}
}
&:hover .bp3-button.menu-item__add-btn {

View File

@@ -2,6 +2,10 @@
body{
color: #1f3255;
[lang='ar'] &{
font-size: 15px;
}
}
.#{$ns}-heading{

View File

@@ -124,6 +124,8 @@ $dashboard-views-bar-height: 45px;
a {
margin: auto 0;
/*!rtl:ignore*/
direction: ltr;
}
}
@@ -460,6 +462,9 @@ $dashboard-views-bar-height: 45px;
.button--new-view {
margin: 0;
height: $dashboard-views-bar-height;
min-width: 35px;
padding-left: 5px;
padding-right: 5px;
&,
&:hover,