nishant-design-system
Version:
Sense UI components library
23 lines (19 loc) • 431 B
CSS
@value ( size36) from '../../../styles/variables/_size.css';
@value ( spaceFluid ) from '../../../styles/variables/_space.css';
.tabDropdownContainer {
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.dotTabWrapper {
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
color: inherit;
width: size36;
}
.dotTextWrap {
width: spaceFluid;
}