@import "./wrapper.scss";
@import "./dialog.scss";

.ant-modal-confirm-title {
  position: relative;
  .dialog-polifill-cancel {
    position: absolute;
    right: 0;
    top: 4px;
  }
}
.no-form-ant-repeater {
  .no-form-item-label.required:before {
    display: none;
  }
  .ant-repeater-th-required::before {
    content: "*";
    color: red;
    margin: 0 5px 0 2px;
  }
  .no-form-item-error {
    width: 100%;
    position: absolute;
    font-size: 12px;
    span {
      display: inline-block;
      width: 100%;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
    }
  }
}

.ant-repeater-error-tooltip {
  .ant-tooltip-arrow::before,
  .ant-tooltip-inner {
    color: red;
    background-color: #fff;
  }
}
