.l-popconfirm {
  min-width: 200px;
}

.l-popconfirm-container {
  display: flex;
  align-items: center;
}
.l-popconfirm-icon-wrapper {
  margin-right: 10px;
  color: var(--l-warn-color, #f90);
}
.l-popconfirm-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 7px;
}

.l-popconfirm-footer .l-btn {
  height: 24px;
  padding: 0 6px;
  font-size: 13px;
}
