Files
web/components/Sidebar/JoinLoyalty/joinLoyalty.module.css
2024-09-24 09:47:31 +02:00

25 lines
310 B
CSS

.wrapper {
display: grid;
gap: var(--Spacing-x3);
padding-bottom: var(--Spacing-x5);
padding-top: var(--Spacing-x4);
}
.loginContainer {
display: grid;
gap: var(--Spacing-x2);
}
.button {
width: fit-content;
}
.link {
display: flex;
align-items: center;
}
.icon {
align-self: center;
}