feat(WEB-304): remaning UI from design system primitives
This commit is contained in:
14
components/TempDesignSystem/Chip/chip.module.css
Normal file
14
components/TempDesignSystem/Chip/chip.module.css
Normal file
@@ -0,0 +1,14 @@
|
||||
div.chip {
|
||||
align-items: center;
|
||||
border-radius: var(--Corner-radius-xLarge);
|
||||
display: flex;
|
||||
gap: var(--Spacing-x-half);
|
||||
height: 22px;
|
||||
justify-content: center;
|
||||
padding: var(--Spacing-x-half) var(--Spacing-x1);
|
||||
}
|
||||
|
||||
.primary {
|
||||
background-color: var(--Scandic-Red-90);
|
||||
color: var(--Scandic-Peach-50);
|
||||
}
|
||||
Reference in New Issue
Block a user