@value (size22, size100) from '../../styles/variables/_size.css';
@value (spaceXSmall, spaceNone) from '../../styles/variables/_space.css';

.badgeWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: size100;
  height: size22;
  padding: spaceNone spaceXSmall;
}

.fixedWidth {
  padding: initial;
  width: size22;
  height: size22;
}
