@root-entry-name: 'default';
@import (reference) '~antd/es/style/themes/index.less';

@pro-table-alert-prefix-cls: ~'@{ant-prefix}-pro-table-alert';

.@{pro-table-alert-prefix-cls} {
  margin-left: 16px;
  white-space: nowrap;

  .@{ant-prefix}-alert.@{ant-prefix}-alert-no-icon {
    // padding: @padding-sm @padding-lg;
    height: 32px;
    padding: 0px;
    background-color: transparent;
    border: none;
  }

  &-info {
    display: flex;
    align-items: center;
    transition: all 0.3s;

    &-content {
      flex: 1;

      .number {
        display: inline-block;
        width: 32px;
        text-align: center;
      }
    }

    &-option {
      min-width: 48px;
      padding-left: 16px;
    }
  }
}

.ant-table-selected-tag {
  justify-content: flex-start;
  width: 450px;
  height: 240px;
  overflow: auto;
  .ant-tag {
    margin-bottom: 8px;
  }
}
