// placeholder
@import (optional, reference) '../../style/themes/index';

@business-table-prefix-cls: ~'@{mega-prefix}-business-table';
@pro-table-prefix-cls: ~'@{mega-prefix}-pro-table';
@pro-table-search-query-filter-prefix-cls: ~'@{mega-prefix}-pro-table-search-query-filter';

.@{business-table-prefix-cls} {
  .@{pro-table-search-query-filter-prefix-cls} {
    border-bottom: @mom-table-search-query-filter-border solid
      @mom-table-search-query-filter-border-color;
  }
  .@{pro-table-prefix-cls} {
    padding: @mom-pro-table-padding-top @mom-pro-table-padding-horizontal 0;
  }
  .@{business-table-prefix-cls} {
    .@{pro-table-prefix-cls} {
      padding: 0;
    }
  }
}
