nishant-design-system
Version:
Sense UI components library
18 lines (15 loc) • 376 B
CSS
@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;
}