feat(SW-185): basic setup for new footer with mocked data
This commit is contained in:
11
components/Footer/Navigation/navigation.module.css
Normal file
11
components/Footer/Navigation/navigation.module.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user