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

Invalid number UI aesthetics #37

Open
nethsix opened this issue Jul 11, 2018 · 0 comments
Open

Invalid number UI aesthetics #37

nethsix opened this issue Jul 11, 2018 · 0 comments

Comments

@nethsix
Copy link
Contributor

nethsix commented Jul 11, 2018

Issue 1:

If you key in invalid phone, the border of phone input box becomes red but the country drop down box does not making it look weird.

image

Fix 1:

.has-error .country-button {
   border-color: #c8362e !important
 }

Issue 2:

In the response mode, i.e., when the width is shrunk, the border of country drop down box turns red but the phone number input box border does not.

image

Fix 2:

.has-error .input-verify-mobile {
  border-color: #c8362e !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant