feat(SW-667): read more section to join loyalty sidebar
This commit is contained in:
27
components/Sidebar/JoinLoyalty/ReadMore/readMore.module.css
Normal file
27
components/Sidebar/JoinLoyalty/ReadMore/readMore.module.css
Normal file
@@ -0,0 +1,27 @@
|
||||
.wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: var(--Spacing-x2);
|
||||
}
|
||||
|
||||
.links {
|
||||
display: grid;
|
||||
gap: var(--Spacing-x-one-and-half);
|
||||
justify-items: center;
|
||||
}
|
||||
|
||||
.link {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1367px) {
|
||||
.wrapper {
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.links {
|
||||
justify-items: start;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user