Feature/sas mypages * feat: Add SAS partner page under my pages * fix: feature toggle SAS Partner page in my pages * add translations for SAS account page * use 'flex-start' instead of 'start' * fix: flatten css * fix: don't use <SectionContainer /> on linkedAccounts page
21 lines
297 B
CSS
21 lines
297 B
CSS
.button {
|
|
position: relative;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
& .textContainer {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
gap: var(--Spacing-x1);
|
|
}
|
|
}
|
|
|
|
.loading {
|
|
position: absolute;
|
|
&.hidden {
|
|
opacity: 0;
|
|
}
|
|
}
|