create datepicker - set farsi digit font - create my account page - fix bugs

This commit is contained in:
Alihaghighattalab
2024-08-07 15:35:14 +03:30
parent 7499180fb1
commit 9797108b91
14 changed files with 308 additions and 10 deletions
+8 -3
View File
@@ -7,9 +7,14 @@
src: url("../public/fonts/Vazir.woff") format('woff');
}
@font-face {
font-family: "vaziren";
src: url("../public/fonts/VazirEn.woff") format('woff');
}
@layer base {
html {
font-family: 'vazirmatn';
font-family: 'vazirmatn', 'vaziren';
direction: rtl;
}
@@ -23,11 +28,11 @@
-moz-appearance: textfield;
}
button{
button {
@apply text-base font-medium flex w-full justify-center bg-primary-color max-w-[442px] max-h-[55px] rounded-[20px] p-[18px] text-white
}
#otp{
#otp {
direction: ltr;
}
}