mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
WIP: Arabic localization.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
@@ -169,7 +169,7 @@
|
||||
font-weight: 500;
|
||||
letter-spacing: 1px;
|
||||
|
||||
html[lang="ar"] &{
|
||||
html[lang^="ar"] &{
|
||||
font-size: 12px;
|
||||
letter-spacing: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user