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,11 @@
.section {
background: var(--Scandic-Brand-Pale-Peach);
padding: 160px var(--Spacing-x9);
color: var(--Scandic-Brand-Burgundy);
}
.maxWidth {
margin: 0 auto;
display: flex;
justify-content: space-between;
}