@spaced-out/ui-design-system
Version:
Sense UI components library
27 lines (22 loc) • 483 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;
}
.menuWrapper {
z-index: var(--menu-elevation);
}