@import "../../../../utils/default";

.username {
  .name {
    color: @table_head_text_color ;
  }
  .nickname {
    color: @main_blue_color;
    cursor: pointer;
    &:hover {
      text-decoration: underline;
    }
  }
  .status {
    margin-left: 10px;
  }
}
