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

Make signup page responsive #1058

Merged
merged 1 commit into from Feb 15, 2017
Merged

Make signup page responsive #1058

merged 1 commit into from Feb 15, 2017

Conversation

appleJax
Copy link
Contributor

What's in this PR?

Makes signup page responsive.

Changes for smaller screens:

  • widen inputs
  • error messages appear below inputs

signup

@include shift(0);
@include span-columns(12);
padding: 0 8px;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like there is some repetition on the sm-screen here.

Also, I see there being some padding on the last sm-screen. If we wrap the login in a .container, then it should be fine.

@appleJax
Copy link
Contributor Author

@joshsmith good catch. I removed the duplicate code and wrapped the form in a .container

Copy link
Contributor

@joshsmith joshsmith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Just needs a quick rebase and then good to merge.

@appleJax appleJax merged commit 733fb5a into develop Feb 15, 2017
@joshsmith joshsmith deleted the responsive-signup-page branch February 16, 2017 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants