Sha256: 19a0a935a781b158134652cf7f9c52ab36ae2a1848f8b417892ea67e2ea313ee

Contents?: true

Size: 1.44 KB

Versions: 31

Compression:

Stored size: 1.44 KB

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

.smart-table
  .ion-checkmark-round
    color: #1fa67a

  table + nav
    margin-top: 50px
    text-align: center

  nav.pagination
    span
      transition: background-color 300ms ease-out
      display: inline-block
      height: 1.33333rem
      margin-left: 0.27778rem
      line-height: 20px
      font:
        weight: normal
        size: 0.77778rem

      &.gap:hover
        background: inherit
        border-radius: none
      &:hover
        background: #e6e6e6
        border-radius: 3px
      a
        color: #999
        display: block
        padding: 0.05556rem 0.55556rem 0.05556rem


    .current
      font-weight: bold
      background: #008cba
      border-radius: 3px
      color: #fff
      padding: 0.05556rem 0.55556rem 0.05556rem
      &:hover
        background: #008cba

.search
  width: 150px

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
express_admin-2.0.0.b app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-2.0.0.a app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.8.1 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.8.0 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.7.32 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.7.31 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.7.30 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.7.29 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.7.28 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.7.27 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.7.26 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.7.25 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.7.24 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.7.23 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.7.22 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.7.21 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.7.20 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.7.19 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.7.18 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.7.17 app/assets/stylesheets/express_admin/shared/_tables.sass