feat(SW-667): read more section to join loyalty sidebar
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user