feat(WEB-249): first iteration design system primitives (typography, grid)

This commit is contained in:
Simon Emanuelsson
2024-05-29 13:57:03 +02:00
parent 08e7eb2fca
commit 00f99912fc
83 changed files with 1110 additions and 367 deletions

View File

@@ -3,7 +3,7 @@
}
.default {
font-family: var(--ff-fira-sans);
font-family: var(--typography-Body-Regular-fontFamily);
}
.sidebar {
@@ -28,4 +28,4 @@
height: 0.2rem;
position: absolute;
width: 100%;
}
}