@use "sass:math";
@use "sass:map";

:root {
  // select-table
  --super-select-table-popper-padding: 10px;
  --super-select-table-pagination-padding-top: 10px;
  --super-select-table-selected-item-background-color: var(
    --el-color-primary-light-9
  );
}
