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
Prev
Update input error handling to match Create Account input error handling
  • Loading branch information
Eden12345 committed Apr 28, 2020
commit c6cfbc92e0b46ee425fac206c1e1b73377e6cd20
@@ -54,6 +54,10 @@
border-color: #4a4a4a;
}
}
.panel-error #ForgotPasswordEmail {
border-color: #e74055;
background-color: white;
}
#send-button {
width: 150px;
}
ProTip! Use n and p to navigate between commits in a pull request.