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