@import "variables";
// Import all of Bulma
@import '~bulma/bulma';
@import '~@fortawesome/fontawesome-free/scss/fontawesome.scss';
@import '~@fortawesome/fontawesome-free/scss/solid.scss';
@import '~@fortawesome/fontawesome-free/scss/regular.scss';

// add select2 for searchable dropdowns
//@import "~select2/src/scss/core";
@media screen and (max-width: 1920px) {
    html {
        overflow-x: auto;
    }
}

.admin-sidebar {
  @media screen and (min-width: $tablet) {
    min-height: 100vh;
  }
  padding: 2rem;

  .menu {
    .menu-list {
        li + li {
            margin-top: .25rem;
        }
        a.is-active {
            color: $primary;
        }
    }
      a.logo {
          display: block;
          cursor: pointer;
          pointer-events: none;
          max-width: 100%;
          svg {
              max-width: 80%;
              height: auto;
          }
      }
  }
}

.content .pagination ul {
  list-style-type: none;
}

@import "~datatables-bulma/css/dataTables.bulma.min.css";
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc_disabled:after {
  font-family: 'Font Awesome 5 Free';
}

table {
    font-size: 1rem!important;
    a {
        color: $primary;
    }
}

// Some data-tables styling
.data-table {
  th {
    background-color: $grey-lighter;
    white-space: pre;
  }
}

.dt-bulma {
  .pagination-list{
    list-style-type: none;
  }
}
