2021-10-10 23:36:44 +02:00
|
|
|
.sso-buttons {
|
2021-11-06 10:45:35 +01:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
flex-wrap: wrap;
|
2021-10-10 23:36:44 +02:00
|
|
|
}
|
|
|
|
|
2021-10-24 14:03:56 +02:00
|
|
|
.sso-btn {
|
|
|
|
margin: var(--sp-tight);
|
|
|
|
display: inline-flex;
|
2021-10-10 23:36:44 +02:00
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
&__img {
|
2021-10-24 14:03:56 +02:00
|
|
|
height: var(--av-small);
|
|
|
|
width: var(--av-small);
|
|
|
|
}
|
|
|
|
&__text-only {
|
2021-11-06 10:45:35 +01:00
|
|
|
margin-top: var(--sp-normal);
|
2021-10-24 14:03:56 +02:00
|
|
|
flex-basis: 100%;
|
|
|
|
& .text {
|
|
|
|
color: var(--tc-link);
|
|
|
|
}
|
2021-10-10 23:36:44 +02:00
|
|
|
}
|
|
|
|
}
|