/* dependencies popup,button */
/**
 * 文字部分
 * size 大小，line 行高， color 颜色
 */
/* button */
/* input */
/* transfer */
/* alert */
/* menu */
/* message */
/* modal */
/* badge */
/* tag */
/* progress */
/* popup */
/* tooltip */
/* loading */
/* tabs */
/* check */
/* mention */
/* popup */
/* steps */
/* tabs */
/* modal */
/* form */
/* table */
/* pagination */
/* upload */
/* collapse */
/* anchor */
/* list */
div.ten-popconfirm__content {
  min-width: 200px;
  padding: 24px;
}
.ten-popconfirm__title {
  margin-bottom: 20px;
}
.ten-popconfirm__title-icon {
  font-size: 20px;
  color: #ffa700;
  vertical-align: middle;
  margin-right: 8px;
}
.ten-popconfirm__buttons {
  text-align: right;
  margin-bottom: -12px;
}
.ten-popconfirm__buttons .ten-button {
  min-width: auto;
}
