@spaced-out/ui-design-system
Version:
Sense UI components library
19 lines (14 loc) • 344 B
CSS
@value (spaceMedium) from '../../../styles/variables/_space.css';
@value ( size38, size42, sizeFluid) from '../../../styles/variables/_size.css';
.tabsContainer {
display: flex;
flex-direction: row;
gap: spaceMedium;
width: sizeFluid;
}
.tabsContainer.mediumSize {
height: size42;
}
.tabsContainer.smallSize {
height: size38;
}