@ebay/skin
Version:
Skin - CSS modules that represent the brand eBay
39 lines (34 loc) • 672 B
CSS
.ccd {
display: inline-flex;
gap: 8px;
}
.ccd__charger-icon {
height: 78px;
width: 58px;
}
.ccd__description-figure {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
width: 55px;
}
.ccd__top-icon {
height: 24px;
width: 35px;
}
.ccd__body {
align-items: center;
border: 1px solid var(--color-foreground-primary);
border-radius: 1.5px;
display: flex;
flex-direction: column;
font-size: 0.4375rem;
font-weight: var(--font-weight-bold);
gap: 2px;
height: 53px;
justify-content: center;
overflow: hidden;
text-align: center;
width: 53px;
}