feat(SW-369): show sidebar on loyalty + loyalty & content page layout refactor

This commit is contained in:
Chuma McPhoy
2024-10-16 20:46:02 +02:00
parent 41e31375dd
commit df2203b97f
5 changed files with 21 additions and 29 deletions

View File

@@ -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;
}
}