feat(SW-185): basic setup for new footer with mocked data

This commit is contained in:
Pontus Dreij
2024-08-20 10:24:44 +02:00
parent 97c48a736d
commit c6b2d2ea12
10 changed files with 293 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
.mainNavigation {
max-width: 360px;
width: 100%;
}
.mainNavigationList {
list-style: none;
}
.mainNavigationItem {
padding: var(--Spacing-x3) 0;
border-bottom: 1px solid var(--Scandic-Peach-20);
&:last-child {
border-bottom: 0;
}
}
.mainNavigationLink {
font-size: 20px;
font-weight: 500;
display: flex;
justify-content: space-between;
}