@import '../../../assets/variable.less';
.module-user-portrait-list-header-panel {
  padding: @padding-md @padding-lg;
  background-color: #fff;
  &-title {
    margin-bottom: @margin-md;
    color: @text-color;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
  }
  &-desc {
    > P {
      margin-bottom: @margin-xs !important;
      color: @text-color-secondary;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
    }
    margin-bottom: @margin-md;
  }
  .create-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 32px;
    color: #fff;
    background-color: @primary-color;
    border-radius: @border-radius-small;
    cursor: pointer;
    .btn-text {
      height: 20px;
      line-height: 20px;
    }
  }
}
