Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSO Login Support #2491

Merged
merged 11 commits into from
Jun 21, 2018
Prev Previous commit
Next Next commit
Fix code climate scss issue
  • Loading branch information
nwmac committed Jun 21, 2018
commit 2c1ff6af1ee351ff42563cf3649fa566b7a01e8d
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
height: 180px;
opacity: 1;
transition: height $time $cubic 100ms, opacity $time * 2 $cubic $time + 50ms;
&.login-sso {
height: auto;
}
&.login-sso {
height: auto;
}
}
&__loading {
display: none;
Expand Down