UNPKG

@spaced-out/ui-design-system

Version:
19 lines (14 loc) 344 B
@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; }