@import '../../style/global.less';

.@{prefix}-user-settings {
  padding: 4px;

  &-card {
    margin-bottom: 30px;

    &-header {
      display: flex;
      justify-content: space-between;
      align-items: center;

      h3 {
        font-size: 14px;
        color: var(--color-text-2);
        margin-bottom: 12px;
      }
    }

    &-info {
      padding: 8px;
      align-items: center;

      &-desc {
        margin-left: 18px;

        .arco-descriptions-item-label {
          font-size: 13px;
        }

        td {
          padding: 4px 6px;
        }

        .arco-typography {
          font-size: 16px;
          line-height: 22px;
          color: var(--color-text-2);
        }

        &-id {
          display: flex;
          font-size: 13px;
          color: var(--color-text-3);
          line-height: 16px;
          margin-top: 6px;

          > div {
            text-align: center;
            font-size: 12px;
            line-height: 16px;
            width: 16px;
            height: 16px;
            font-weight: bold;
            border-radius: 4px;
            background-color: var(--color-text-4);
            color: var(--color-white);
            margin-right: 4px;
          }

          > span {
            line-height: 14px;
          }
        }
      }

      &-email {
        color: var(--color-text-2);

        > span {
          margin-left: 12px;
          font-size: 12px;
        }

        &-success {
          color: rgb(var(--green-6));
        }

        &-warning {
          color: rgb(var(--orange-6));
        }
      }

      &-token {
        display: flex;
        justify-content: space-between;
        margin-top: 14px;
        border-bottom: 1px solid var(--color-border-2);
        padding-bottom: 4px;

        .arco-typography {
          font-size: 13px;
          width: 280px;
          margin-bottom: 8px;
        }

        &-time {
          color: var(--color-text-3);
          font-size: 12px;
          margin-top: 4px;
          line-height: 22px;
        }
      }
    }
  }
}
