feat(SW-667): read more section to join loyalty sidebar

This commit is contained in:
Chuma McPhoy
2024-10-25 13:55:08 +02:00
parent cf0449ae8e
commit 2fddc503c5
5 changed files with 105 additions and 4 deletions

View File

@@ -1,7 +1,12 @@
.joinLoyaltyContainer {
display: flex;
flex-direction: column;
gap: var(--Spacing-x5);
}
.wrapper {
display: grid;
gap: var(--Spacing-x3);
padding-bottom: var(--Spacing-x5);
/* padding-bottom: var(--Spacing-x5); */
padding-top: var(--Spacing-x4);
justify-items: center;
}