add direction-rtl and direction-ltr clases

This commit is contained in:
FarisZR 2022-03-03 15:05:01 +03:00
parent fea226642c
commit 3bd2d5e9b2

View File

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