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 39e8468886
commit cfcb05a70a
10 changed files with 293 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
.details {
background: var(--Main-Grey-100);
color: var(--Main-Grey-White);
padding: var(--Spacing-x5) var(--Spacing-x5) var(--Spacing-x9)
var(--Spacing-x5);
}
.imageContainer {
display: flex;
justify-content: space-between;
border-bottom: 1px solid rgba(227, 217, 209, 0.2);
padding: 0 0 var(--Spacing-x2) 0;
}