Sha256: db19e2ddcfc2ba98f80e13dddc1a6d365162c734b2a12d3c2fb0e693def2bf73

Contents?: true

Size: 1.42 KB

Versions: 12

Compression:

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
express_admin-1.7.5 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.7.4 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.7.3 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.7.2 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.7.1 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.6.13 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.6.12 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.6.11 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.6.10 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.6.9 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.6.8 app/assets/stylesheets/express_admin/shared/_tables.sass
express_admin-1.6.7 app/assets/stylesheets/express_admin/shared/_tables.sass