feat(WEB-304): remaning UI from design system primitives

This commit is contained in:
Simon Emanuelsson
2024-06-07 10:36:23 +02:00
parent 6737970f54
commit 7c4b8401e9
228 changed files with 3516 additions and 3237 deletions

View File

@@ -2,34 +2,24 @@
display: block;
padding-left: var(--Spacing-x2);
padding-right: var(--Spacing-x2);
padding-top: var(--Spacing-x4);
padding-top: var(--Spacing-x2);
}
.list {
align-items: center;
display: flex;
gap: 0.4rem;
gap: var(--Spacing-x-quarter);
justify-content: flex-start;
list-style: none;
margin: 0;
padding: 0;
}
.listItem,
.link {
color: var(--some-text-color, #000);
font-size: 1.4rem;
font-weight: 400;
line-height: 1.56rem;
}
.listItem {
align-items: center;
display: flex;
gap: 0.4rem;
}
.currentPage {
margin: 0;
.homeLink {
display: flex;
}
@media screen and (min-width: 1367px) {