@import '../../assets/variable.less';
.module-user-portrait-detail {
  position: relative;
  height: 100%;
  &-name-wrap {
    display: flex;
    align-items: center;
    margin-left: @margin-md;
    .portrait-name {
      height: 22px;
      color: @text-color;
      font-weight: 500;
      font-size: 16px;
      line-height: 22px;
    }
    .edit-btn {
      margin-left: @margin-xs;
      cursor: pointer;
      > i {
        color: @primary-color;
      }
    }
  }
}
