Merged in feat/SW-2241-country-map (pull request #2808)
Feat/SW-2241 country map Approved-by: Erik Tiekstra Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
42
packages/design-system/lib/components/Badge/badge.module.css
Normal file
42
packages/design-system/lib/components/Badge/badge.module.css
Normal file
@@ -0,0 +1,42 @@
|
||||
.badge {
|
||||
border-radius: var(--Corner-radius-xl);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: var(--Space-x025);
|
||||
}
|
||||
|
||||
.primary {
|
||||
background-color: var(--Surface-Brand-Primary-2-Default);
|
||||
color: var(--Text-Inverted);
|
||||
}
|
||||
|
||||
.green {
|
||||
background-color: var(--Surface-Feedback-Succes);
|
||||
color: var(--Text-Feedback-Succes-Accent);
|
||||
}
|
||||
|
||||
._36 {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
._32 {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
._28 {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
._24 {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
._20 {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user