@spaced-out/ui-design-system
Version:
Sense UI components library
18 lines (15 loc) • 392 B
CSS
@value (colorFillPrimary) from '../../../styles/variables/_color.css';
@value (size400, size660, sizeFluid) from '../../../styles/variables/_size.css';
.wrapper {
display: flex;
flex-direction: column;
}
.funnelChartContainer {
width: sizeFluid;
min-width: size660;
min-height: size400;
max-height: size400;
display: flex;
align-items: center;
justify-content: center;
}