Sha256: b305e5cd4e05b17da38cb66c3ec79e004e76ba56b1564551c63c5bc23670c359

Contents?: true

Size: 1.74 KB

Versions: 7

Compression:

Stored size: 1.74 KB

Contents

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *= require 'adminlte/plugins/tempusdominus-bootstrap-4/css/tempusdominus-bootstrap-4.min'
 *= require 'adminlte/plugins/icheck-bootstrap/icheck-bootstrap.min'
 *= require 'adminlte/plugins/jqvmap/jqvmap.min'
 *= require 'adminlte/dist/css/adminlte.min'
 *= require 'adminlte/plugins/overlayScrollbars/css/OverlayScrollbars.min'
 *= require 'adminlte/plugins/daterangepicker/daterangepicker'
 *= require 'adminlte/plugins/summernote/summernote-bs4.min'
 *= require 'adminlte/plugins/sweetalert2/sweetalert2.min.css'
 *= require 'adminlte/plugins/select2/css/select2.min.css'
 *= require 'adminlte/plugins/select2/css/select2-bootstrap4.min.css'
 *= require 'adminlte/plugins/fontawesome-free/css/all.min'
 *= require 'adminlte/plugins/toastr/toastr.min.css'
 *= require effective_datatables
 *= require_tree .
 *= require_self
 */

 .table td, .table th {
  padding: 0.25rem !important;
 }
 .table-fixed_header thead tr {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: white;
}
table.dataTable > thead tr th:not(.col-bulk_actions) {
  vertical-align: top;
}
turbo-flash { display: none }

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
five-two-nw-olivander-0.2.0.3 app/assets/stylesheets/adminlte.css
five-two-nw-olivander-0.2.0.2 app/assets/stylesheets/adminlte.css
five-two-nw-olivander-0.2.0.1 app/assets/stylesheets/adminlte.css
five-two-nw-olivander-0.2.0.0 app/assets/stylesheets/adminlte.css
five-two-nw-olivander-0.1.2.60 app/assets/stylesheets/adminlte.css
five-two-nw-olivander-0.1.2.59 app/assets/stylesheets/adminlte.css
five-two-nw-olivander-0.1.2.58 app/assets/stylesheets/adminlte.css