index.less 1.12 KB
@import '~~antd/es/style/variable.less';

.updatePassword {

  :global {
    .anticon {
      vertical-align: 0.125em;
    }
    .@{ant-prefix}-modal-content {
      border-radius: 10px;
    }
    .@{ant-prefix}-modal-header {
      padding: 16px 24px 0;
      border-bottom: none;
      border-radius: 10px 10px 0 0 ;
      margin-bottom: 10px;
      .@{ant-prefix}-modal-title {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #071121;
        opacity: 0.85;
      }
    }
    .@{ant-prefix}-modal-body {
      padding: 0 24px;
      .@{ant-prefix}-form-item {
        margin-bottom: 15px;
        &:last-of-type {
          margin-bottom: 0;
        }
      }
    }
    .@{ant-prefix}-modal-footer {
      border-top: none;
      padding: 13px 24px;
    }
    .@{ant-prefix}-modal-close {
      display: none;
    }
  }
  .info-label {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #071121;
    opacity: 0.75;
    margin-bottom: 20px;
    :global {
      .anticon {
        vertical-align: 0.125em;
        margin-right: 5px;
      }
    }
  }
}