feat(SW-369): show sidebar on loyalty + loyalty & content page layout refactor
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
.aside {
|
||||
grid-area: sidebar;
|
||||
display: grid;
|
||||
gap: var(--Spacing-x4);
|
||||
container-name: sidebar;
|
||||
container-type: inline-size;
|
||||
gap: var(--Spacing-x3);
|
||||
@@ -16,14 +18,7 @@
|
||||
.aside {
|
||||
align-content: flex-start;
|
||||
gap: var(--Spacing-x4);
|
||||
|
||||
border-top: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@container loyalty-page (max-width: 1366px) {
|
||||
.aside {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user