Files
web/components/Blocks/DynamicContent/SAS/LinkedAccounts/linkedAccounts.module.css
Anton Gunnarsson 340f6d1714 Merged in feat/SW-1488-unlink-sas-account (pull request #1349)
Implement unlink SAS flow

Approved-by: Joakim Jäderberg
2025-02-20 15:09:06 +00:00

32 lines
509 B
CSS

.divider {
margin-top: var(--Spacing-x2);
}
@media screen and (min-width: 768px) {
.divider {
display: none;
}
}
.cardsContainer {
display: flex;
flex-direction: column;
gap: var(--Spacing-x3);
justify-content: flex-start;
@media screen and (min-width: 768px) {
flex-direction: row;
}
}
.mutationSection {
display: flex;
flex-direction: column-reverse;
gap: var(--Spacing-x2);
align-items: center;
@media screen and (min-width: 768px) {
flex-direction: row;
}
}