UX: deemphasize alternate login buttons
This commit is contained in:
parent
d47a8ab664
commit
0f9a22b572
|
@ -43,3 +43,13 @@
|
|||
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