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

@@ -1,11 +1,9 @@
.container {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 37rem;
border-radius: 1.6rem;
background-color: var(--UI-Grey-10);
text-align: center;
margin-right: 1.6rem;
border-radius: var(--Corner-radius-xLarge);
display: flex;
height: 370px;
justify-content: center;
width: 100%;
}