-
Notifications
You must be signed in to change notification settings - Fork 7
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
add styling for login form component #149
base: master
Are you sure you want to change the base?
add styling for login form component #149
Conversation
df5879b
to
194beeb
Compare
import LoginTextComponent from "shared-components/login-text-component/LoginTextComponent"; | ||
|
||
const Wrapper = Styled.div` | ||
background: #334856; |
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.
indentation fix
cc @sahilbhatia
@@ -0,0 +1,15 @@ | |||
import React from "react"; | |||
import { render } from "@testing-library/react"; | |||
import LoginTextComponent from "./LoginTextComponent"; |
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.
absolute import missing
react-frontend/src/shared-components/login-text-component/LoginTextComponent.js
Outdated
Show resolved
Hide resolved
react-frontend/src/shared-components/peerly-logo/LogoComponent.js
Outdated
Show resolved
Hide resolved
b34e409
to
557d200
Compare
`; | ||
const PlusSign = Styled.div` | ||
position: absolute; | ||
top: 55%; |
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.
indentation fix, when we add a single comment, always check if the same mistake is repeated elsewhere
8bd8f30
to
6f3d2b4
Compare
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.
Resolve conflicts and there are too many commits in this PR
69e5454
to
b96887b
Compare
…and remove row and col structure
This PR is depend on below PR's unless until below PR's are not merge. This PR are not merge
#144
#145
In GoogleLoginButton component clientId and cookiePolicy props are pass by env variable if you not pass by env it will give error at inspect console