mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
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:
parent
d82783fed5
commit
b874d05bda
1 changed files with 15 additions and 0 deletions
|
@ -147,6 +147,21 @@
|
||||||
|
|
||||||
.login-dropdown {
|
.login-dropdown {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
|
||||||
|
.button {
|
||||||
|
padding: .75em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown {
|
||||||
|
.row {
|
||||||
|
margin-bottom: 1.25rem;
|
||||||
|
|
||||||
|
input {
|
||||||
|
margin: 0;
|
||||||
|
height: 2.25rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.account-nav {
|
.account-nav {
|
||||||
|
|
Loading…
Reference in a new issue