Apply 'direction: rtl;' once
This commit is contained in:
parent
8be703b261
commit
4ec69db283
3 changed files with 1 additions and 8 deletions
|
@ -100,6 +100,7 @@ body .root .content.theme {
|
|||
* RTL languages
|
||||
*/
|
||||
body .root .content.theme.rtl {
|
||||
direction: rtl;
|
||||
header a[data-testid="h1"] {
|
||||
font-family: "Cairo Bold";
|
||||
}
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
.root .content.theme.blue.rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
.root .content.theme.blue {
|
||||
--primary-color: #3383C3;
|
||||
--secondary-color: #FFF;
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
.root .content.theme.green.rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
.root .content.theme.green {
|
||||
--primary-color: #6d765b;
|
||||
--secondary-color: #FFF;
|
||||
|
|
Loading…
Reference in a new issue