@cbpds/web-components
Version:
Web components for the CBP Design System.
14 lines • 408 B
CSS
/*
* Caution: "global styles" get injected into every component and can cause file size bloat.
* These should only include SASS variables and mixins that are not written out to CSS directly
*/
cbp-carousel-item {
display: inline-block;
height: var(--cbp-carousel-item-height);
width: var(--cbp-carousel-item-width);
flex-shrink: 0;
}
cbp-carousel-item > * {
height: inherit;
width: inherit;
}