@use '../../scss/_bootstrap-extended/include' as light;
@use '../../scss/_bootstrap-extended/include-dark' as dark;
@use '../../scss/_components/include' as comp;

@import '../../scss/_custom-variables/libs';
@import '../../node_modules/jquery-datatables-checkboxes/css/dataTables.checkboxes';

table.dataTable .dt-checkboxes-select-all .form-check-input {
  &,
  &:after {
    height: 1.25rem;
    width: 1.25rem;
  }
}

.form-check-input[type='checkbox'] {
  background-size: 1.375rem;
}
