@apulis/group-selector
Version:
change user group at navbar
28 lines (23 loc) • 456 B
text/less
.nav-item {
display: flex;
align-items: center;
margin-right: 16px;
.warn-icon {
color: #ffc53d;
margin-top: 2px;
}
.org-icon {
margin-left: 8px;
}
.ellipsis {
max-width: 140px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
cursor: pointer;
}
}
.license-info {
margin-right: 12px;
color: #adb0b8;
}