Override devault input style for login

so that it looks like it used to, and not to tall. Fixes #618.
This commit is contained in:
Matthew Taylor 2016-06-29 14:42:28 -04:00
parent d82783fed5
commit b874d05bda

View file

@ -147,6 +147,21 @@
.login-dropdown {
width: 200px;
.button {
padding: .75em;
}
}
.dropdown {
.row {
margin-bottom: 1.25rem;
input {
margin: 0;
height: 2.25rem;
}
}
}
.account-nav {