chore: add mypages navigation sidebar to loyalty page

This commit is contained in:
Matilda Landström
2024-05-23 15:11:44 +02:00
parent b262ebdb7c
commit 9a9da7595c
2 changed files with 21 additions and 11 deletions

View File

@@ -1,5 +1,8 @@
.layout {
--header-height: 4.5rem;
display: grid;
font-family: var(--ff-fira-sans);
background-color: var(--Scandic-Brand-Warm-White);
grid-template-rows: var(--header-height) auto 1fr;
}