@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;
}
