improvement: fix backend login buttons not showing login progress (#1658)

This commit is contained in:
Caleb
2018-08-27 10:25:32 -06:00
committed by Shawn Erquhart
parent a9666aadd4
commit bc5b155cde
2 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,9 @@ const LoginButton = styled.button`
${shadows.dropDeep};
${buttons.default};
${buttons.gray};
&[disabled] {
${buttons.disabled};
}
padding: 0 12px;
margin-top: -40px;