-
Notifications
You must be signed in to change notification settings - Fork 1
Change Login styling #11
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
Conversation
ram2091999
commented
Feb 2, 2020
- Change the styling of the Login route - /login.
- Style inspired from https://expo.io/login
| <div className={classnames(styles.root)}> | ||
| <div className={classnames(styles.welcomeBack)}> | ||
| <h1> Welcome back! </h1> | ||
| <p> Log in to access your dashboard, settings, published projects and Snacks. </p> |
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.
Welcome ! is fine.
Login to access dashboard and profile
|
| className="text-center text-dark mb-2" | ||
| style={{ | ||
| fontFamily: 'Poppins', | ||
| fontSize: '12px', | ||
| marginTop: '0', |
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.
styles should go in module file.
| color: '#4630eb', | ||
| cursor: 'pointer', |
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.
Should go in css modules.
