Sha256: c74cdf3e7eb29baa26b8f5c4b84e889a4a954fa8540929eb085c6b4a7756ea64

Contents?: true

Size: 646 Bytes

Versions: 5

Compression:

Stored size: 646 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
// Might not need this anymore because of 77b7136
.large-table-container
  @include breakpoint(small)
    height: 300px

  @include breakpoint(medium)
    height: 500px

  @include breakpoint(large)
    height: 800px

.definition-table
  tbody
    td
      padding: 0.5rem

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
express_admin-1.6.4 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.6.3 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.6.2 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.6.1 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.6.0 app/assets/stylesheets/express_admin/shared/_tables.sass