Sha256: 92d6469f1ed29afa6c602f4d3ca1f857498c23a84a54f4b0e046bf94a13cba73

Contents?: true

Size: 540 Bytes

Versions: 13

Compression:

Stored size: 540 Bytes

Contents

.table
  width: 100%

  thead
    border:
      bottom: 2px solid $dark

    th
      padding: 0.5rem
      text-align: left

  tbody
    td
      padding: 0.5rem


  &.striped
    tbody
      > tr:nth-of-type(odd)
        background: $light-blue-background

// Still a bit hacky. Need to polish this more
// This was done to contain the giant table in rbac's routes#index
.large-table-container
  @include breakpoint(small)
    height: 300px

  @include breakpoint(medium)
    height: 500px

  @include breakpoint(large)
    height: 800px

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
express_admin-1.4.10 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.4.9 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.4.8 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.4.7 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.4.6 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.4.5 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.4.4 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.4.3 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.4.2 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.4.1 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.4.0 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.3.2 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.3.1 app/assets/stylesheets/express_admin/shared/_tables.sass