complete auth pages sunc with api - complete cities and province combo box in register page

This commit is contained in:
Alihaghighattalab
2024-08-24 16:42:35 +03:30
parent ea510ee0bf
commit 9a63ef4e9e
14 changed files with 404 additions and 102 deletions
+7 -1
View File
@@ -13,10 +13,16 @@
}
@layer base {
* {
font-family: 'vazirmatn', 'vaziren';
}
body {
direction: rtl;
scrollbar-width: none;
}
input[type=number]::-webkit-outer-spin-button,
@@ -38,7 +44,7 @@
}
#otp {
direction: ltr;
direction: ltr !important;
}
}