@import '../../style/themes/index.less';
@import '../../style/mixins/flex.less';

@depot-prefix-cls: ~'@{depot-prefix}-table-bottom-tools';
@depot-table-footer: ~'@{depot-prefix}-auto-table-footer';

.@{depot-prefix-cls} {
  display: flex;
  justify-content: center;

  &-small {
    .ant-btn {
      height: @btn-height-sm;
    }
  }
  &-default {
    .ant-btn {
      height: @btn-height-base;
    }
  }
  &-large {
    .ant-btn {
      height: @btn-height-lg;
    }
  }
}
.@{depot-table-footer} {
  &-small {
    .ant-btn {
      height: @btn-height-sm;
    }
  }
  &-middle {
    .ant-btn {
      height: @btn-height-sm;
    }
  }
  &-default {
    .ant-btn {
      height: @btn-height-base;
    }
  }
  &-large {
    .ant-btn {
      height: @btn-height-base;
    }
  }
}
