modal-reset.less 888 Bytes
.qx-data-flow__modal {
  .ant-modal-header .ant-modal-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: @N9;
  }

  .ant-modal-close {
    top: 16px;
    right: 24px;

    > .ant-modal-close-x {
      width: 24px;
      height: 24px;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;

      .qx-data-flow__modal__close {
        width: 24px;
        height: 24px;
        font-size: 12px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: @N7;

        &:hover {
          color: @N9;
        }
      }
    }
  }

  .ant-modal-footer {
    padding: 8px 24px;
  }

  .ant-modal-body {
    padding: 16px 18px 8px 24px;
    max-height: 464px;
    overflow-y: hidden;
    scrollbar-gutter: stable;

    &:hover {
      overflow-y: auto;
    }
  }
}