Commit b874d05b authored by Matthew Taylor's avatar Matthew Taylor

Override devault input style for login

so that it looks like it used to, and not to tall. Fixes #618.
parent d82783fe
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment