Skip to content
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

GH-2032 Style Forgot Password in Hub #535

Merged
merged 10 commits into from Apr 28, 2020
Fix width on smallest view, don't change header size on resize
  • Loading branch information
Eden12345 committed Apr 28, 2020
commit 80b618064b35188a09527bcb8dec0ca79090249a
@@ -101,11 +101,10 @@ class ForgotPassword extends React.Component {
});
const EmailClassNames = ClassNames('', {
'forgot-input-email': panel,
ForgotPasswordMessage: hub,
ForgotPasswordEmail: hub,
});
const ButtonsContainerClassNames = ClassNames('row', {
'buttons-container': panel,
ForgotPasswordButtonsContainer: hub,
});
const loaderClassNames = ClassNames('loader', {
success: hub
@@ -37,9 +37,12 @@
margin: 40px auto;
}
.ForgotPasswordForm {
width: 456px;
width: 420px;
}
input#ForgotPasswordMessage {
#ForgotPasswordMessage {
font-size: 1.25rem;
}
#ForgotPasswordEmail {
// Foundation Overrides
border: 1px solid #c8c7c2;
border-radius: 0;
ProTip! Use n and p to navigate between commits in a pull request.