mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: deemphasize alternate login buttons
This commit is contained in:
parent
d47a8ab664
commit
0f9a22b572
@ -43,3 +43,13 @@
|
|||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// alternate login / create new account buttons should be de-emphasized
|
||||||
|
|
||||||
|
button#login-link, button#new-account-link
|
||||||
|
{
|
||||||
|
background: transparent;
|
||||||
|
padding: 0;
|
||||||
|
margin-left: 20px;
|
||||||
|
color: scale-color($primary, $lightness: 35%);
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user