complete login forgot signup page - init project
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@font-face {
|
||||
font-family: "vazirmatn";
|
||||
src: url("../public/fonts/Vazir.woff") format('woff');
|
||||
}
|
||||
|
||||
@layer base {
|
||||
html {
|
||||
font-family: 'vazirmatn';
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
input[type=number]::-webkit-outer-spin-button,
|
||||
input[type=number]::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
input[type=number] {
|
||||
-moz-appearance: textfield;
|
||||
}
|
||||
|
||||
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
|
||||
}
|
||||
}
|
||||
|
||||
@layer components {
|
||||
.auth-image-desktop {
|
||||
@apply size-[550px] max-w-[550px]
|
||||
}
|
||||
|
||||
.input-style {
|
||||
@apply w-full bg-white rounded-[60px] p-[18px] max-w-[442px] shadow-sm focus:outline-none
|
||||
}
|
||||
|
||||
.auth-logo-size {
|
||||
@apply w-full max-w-[198px] h-auto
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user