-
Notifications
You must be signed in to change notification settings - Fork 2
login, signup and verification page done #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
package.json
Outdated
| "next-react-svg": "^1.1.1", | ||
| "react": "16.13.1", | ||
| "react-dom": "16.13.1", | ||
| "spectre.css": "^0.5.8", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why have you installed spectre.css via npm? Uninstall it.
pages/login/login-page.js
Outdated
| <label class="form-label">Email</label> | ||
| <input class="form-input" type="text" placeholder="Type your email address" /> | ||
| </div> | ||
| <div class="form-group"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure we can use class in React? We use className, right?
| @@ -0,0 +1,116 @@ | |||
| .loginBg{ | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will the styling of all pages be inside this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. I've left all the global styles in the global.css file, rest all in this file. However Ketaki hasn't done the same
|
Few more changes after seeing the ui @ShreyaLaheri:
|
No description provided.