Sha256: 4b2f265d332b4f226649a1bc35df0dc61a4d76970d963ad9edf0b9119abcc955

Contents?: true

Size: 596 Bytes

Versions: 1

Compression:

Stored size: 596 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

.definition-table
  tbody
    td
      padding: 0.5rem

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
express_admin-1.4.11 app/assets/stylesheets/express_admin/shared/_tables.sass