@spaced-out/ui-design-system
Version:
Sense UI components library
30 lines (25 loc) • 581 B
CSS
@value (spaceXSmall) from '../../../styles/variables/_space.css';
@value (size4,size5,size20,size50,size400,size960,sizeFluid,size480) from '../../../styles/variables/_size.css';
.wrapper {
display: flex;
max-width: size960;
}
.justifyCenter {
justify-content: center;
}
.chartCardActions {
display: flex;
justify-content: space-between;
align-items: center;
gap: spaceXSmall;
}
.chartContent {
overflow-x: auto;
display: flex;
}
.loader {
display: flex;
align-items: center;
justify-content: center;
height: calc(size4 + size5 + size50 + size400);
}