mirror of
https://github.com/facebook/react.git
synced 2026-02-25 13:13:03 +00:00
17 lines
387 B
CSS
17 lines
387 B
CSS
.HocBadges {
|
|
padding: 0.125rem 0.25rem;
|
|
user-select: none;
|
|
}
|
|
|
|
.Badge {
|
|
display: inline-block;
|
|
background-color: var(--color-component-badge-background);
|
|
color: var(--color-text);
|
|
padding: 0.125rem 0.25rem;
|
|
line-height: normal;
|
|
border-radius: 0.125rem;
|
|
margin-right: 0.25rem;
|
|
font-family: var(--font-family-monospace);
|
|
font-size: var(--font-size-monospace-small);
|
|
}
|