add .direction-rtl and .direction-ltr clases

This commit is contained in:
FarisZR 2022-03-03 20:43:39 +03:00
parent f60fdd86ac
commit abdff06134

View File

@ -36,3 +36,11 @@ body {
background-color: transparent;
}
/**/
.direction-rtl {
direction: rtl;
}
.direction-ltr {
direction: ltr;
}