@ebay/skin
Version:
Skin - CSS modules that represent the brand eBay
18 lines (17 loc) • 468 B
CSS
.badge {
align-items: center;
background-color: var(
--badge-background-color,
var(--color-background-attention)
);
border: 2px solid var(--color-stroke-on-attention);
border-radius: 16px;
color: var(--badge-foreground-color, var(--color-foreground-on-attention));
display: inline-flex;
font-size: 10px;
height: 16px;
justify-content: center;
min-width: 8px;
padding: 2px 6px;
white-space: nowrap;
}