@spaced-out/ui-design-system
Version:
Sense UI components library
23 lines (20 loc) • 350 B
CSS
@value (
size400,
size540,
size660,
size880,
sizeFluid
) from '../../../styles/variables/_size.css';
.wrapper {
display: flex;
}
.stackedBarChartContainer {
display: flex;
align-items: center;
justify-content: center;
width: sizeFluid;
min-width: size660;
max-width: size880;
min-height: size400;
max-height: size540;
}