Fix the padding on the login and register buttons.
This commit is contained in:
parent
b479aa0598
commit
fca166524b
|
@ -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