@import '../../../assets/variable.less';
@import '../../../assets/chunks.less';
.module-user-portrait-list-share-panel {
  ._modal-title-padding();
  &-title {
    display: flex;
    align-items: center;
    > div {
      &:nth-child(1) {
        height: 34px;
        color: @text-color;
        font-weight: 500;
        font-size: 24px;
        line-height: 34px;
      }
      &:nth-child(2) {
        height: 20px;
        color: @text-color-secondary;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
      }
    }
  }
  .portrait-share-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 92px;
    margin-top: @margin-md;
    margin-right: 0;
    margin-left: auto;
    color: @primary-color;
    cursor: pointer;
    > i {
      margin-right: @margin-xss;
    }
    > div {
      height: 17px;
      font-size: 12px;
      line-height: 17px;
    }
  }
  .portrait-share-count {
    display: flex;
    align-items: center;
    margin-top: @margin-lg;
    margin-bottom: @margin-md;
    > div {
      &:nth-child(1) {
        color: @text-color;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
      }
      &:nth-child(2) {
        color: @text-color-secondary;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
      }
    }
  }
}
