Add support for SSO login.

This commit is contained in:
jamesjulich
2021-10-10 16:36:44 -05:00
committed by Krishan
parent 7b67e4a6e6
commit 8a1b749667
4 changed files with 200 additions and 5 deletions

View File

@@ -0,0 +1,31 @@
.sso-buttons {
margin-top: var(--sp-extra-loose);
display: flex;
justify-content: center;
flex-wrap: wrap;
&__fallback-text {
margin: var(--sp-tight) 0px;
flex-basis: 100%;
text-align: center;
color: var(--bg-primary);
cursor: pointer;
}
}
.sso-button {
margin-bottom: var(--sp-normal);
display: flex;
justify-content: center;
flex-basis: 20%;
cursor: pointer;
&__img {
height: var(--av-normal);
}
}