HEX
Server: Apache
System: Linux b:u:newjapaneti:1 3.10.0-1160.31.1.el7.x86_64 #1 SMP Thu Jun 10 13:32:12 UTC 2021 x86_64
User: newjapaneti (381717)
PHP: 5.6.30
Disabled: apache_get_modules, apache_get_version, apache_reset_timeout, apache_getenv, apache_note, apache_setenv
Upload Files
File: /var/www/html/newjapanetiquetas.com.br/web/docs/styles/scss/plugins/_datatables.scss
/* $datatables
 ------------------------------------------*/

table.dataTable {
  margin-bottom: $padding-base;
  width: 100%!important;
  thead {
    .sorting, .sorting_asc, .sorting_desc, .sorting_asc_disabled, .sorting_desc_disabled {
      background-color: transparent;
    }
    .sorting::after,
    .sorting_asc::after,
    .sorting_desc::after,
    .sorting_asc_disabled::after,
    .sorting_desc_disabled::after {
      float: right;
      color: #ddd;
      @include font-awesome();
    }
    .sorting::after {
      content: "\f0dc";
    }
    .sorting_asc::after,
    .sorting_asc_disabled::after {
      color: $text-color;
      content: "\f0de";
    }
    .sorting_desc::after,
    .sorting_desc_disabled::after {
      color: $text-color;
      content: "\f0dd";
    }
  }
  .form-control {
    width: 100%!important
  }
  &.no-footer {
    border-bottom: 0;
  }
}

.dataTables_length label {
  font-weight: $font-weight-base;
}

.datatable-top {
  margin-bottom: $padding-base
}

.datatable-top,
.datatable-bottom {
  display: table;
  width: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background: none;
}

@media (max-width: $screen-xs-max) {
  .dataTables_wrapper {
    .dataTables_length, .toolbar {
      display: inline-block;
    }
    .btn {
      vertical-align: baseline;
    }
    .dataTables_filter label {
      display: block;
      input {
        margin-left: 0;
      }
    }
  }
}