feat: add RTL-specific CSS for bidirectional layout

This commit is contained in:
Goudarz Jafari
2026-02-08 10:04:37 +03:30
parent 31ad2f878a
commit 0096d2ee95
+4
View File
@@ -60,6 +60,10 @@
.auth-form {
width: 100%;
text-align: left;
[dir='rtl'] & {
text-align: right;
}
}
.auth-input-group {