create datepicker - set farsi digit font - create my account page - fix bugs
This commit is contained in:
+8
-3
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user