mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 12:13:58 -06:00
Merge pull request #4865 from chrisgavin/login-button-fix
Fix the padding on the login and register buttons.
This commit is contained in:
commit
e8c89b4535
@ -103,7 +103,5 @@ $input-width: 220px;
|
|||||||
button#login-link, button#new-account-link
|
button#login-link, button#new-account-link
|
||||||
{
|
{
|
||||||
background: transparent;
|
background: transparent;
|
||||||
padding-left: 0;
|
|
||||||
margin-left: 20px;
|
|
||||||
color: dark-light-choose(scale-color($primary, $lightness: 35%), scale-color($secondary, $lightness: 65%));
|
color: dark-light-choose(scale-color($primary, $lightness: 35%), scale-color($secondary, $lightness: 65%));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user