Add support for SSO login.
This commit is contained in:
parent
462a559bd3
commit
119325c3a2
4 changed files with 200 additions and 5 deletions
31
src/app/molecules/sso-buttons/SSOButtons.scss
Normal file
31
src/app/molecules/sso-buttons/SSOButtons.scss
Normal 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);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue