cinny/src/app/molecules/sso-buttons/SSOButtons.scss

25 lines
392 B
SCSS
Raw Normal View History

2021-10-10 23:36:44 +02:00
.sso-buttons {
display: flex;
justify-content: center;
flex-wrap: wrap;
2021-10-10 23:36:44 +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 {
height: var(--av-small);
width: var(--av-small);
}
&__text-only {
margin-top: var(--sp-normal);
flex-basis: 100%;
& .text {
color: var(--tc-link);
}
2021-10-10 23:36:44 +02:00
}
}