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-1936 & GH-1920 Remove email opt-in from account creation in panel and hub #495

Merged
merged 8 commits into from Feb 14, 2020

Update styling after removing checkbox; approved by design team

  • Loading branch information
Eden12345 committed Feb 11, 2020
commit 088ca8c41683b633e610bca622425a86434d525b
@@ -204,7 +204,7 @@ p.warning {

/* CREATE ACCOUNT PANEL */
#create-account-panel {
margin-top: 38px;
margin-top: 25px;
input {
margin-bottom: 5px;
margin-top: 5px;
@@ -250,7 +250,7 @@ p.warning {
}
}
#account-creation-buttons .button {
margin-bottom: 0;
margin: 20px 0 0;
width: 150px;
}
}
ProTip! Use n and p to navigate between commits in a pull request.