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-1960 Intro Hub Forgot Password #507

Merged
merged 15 commits into from Apr 16, 2020
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

More minor css changes

  • Loading branch information
benstrumeyer committed Apr 16, 2020
commit bb862bd380958f0ab9f4bbaaf99eb4890cdd8ff4
@@ -20,8 +20,10 @@
#ForgotPasswordView {
margin: 40px auto;
padding-bottom: 40px;
#ForgotPasswordMessage {
#forgot-email {
margin-top: 40px;
}
#ForgotPasswordMessage {
width: 456px;
}
.ForgotPasswordButtonsContainer {
@@ -53,6 +55,11 @@ p.warning {
opacity: 0;
@include transition(opacity 0.2s, color 0.2s);
}
span.asterisk {
display: none;
font-size: 14px;
margin: 0;
}
.panel-error {
span.asterisk {display: inline;}
p.warning {
ProTip! Use n and p to navigate between commits in a pull request.