Sha256: e7cff6c504a70e71e1f9d1254d2f787b4d4d19c592e92380116774e7ef0a4943

Contents?: true

Size: 1.21 KB

Versions: 1

Compression:

Stored size: 1.21 KB

Contents

.table-wrapper
  margin-bottom: 20px
  overflow: auto

  .table-content
    padding-right: 20px

table, .table
  border-collapse: separate
  border-spacing: 0
  width: 100%

  thead
    tr
      background-color: #fff

      th:first-child
        border-left: 1px solid $border-color

      th:last-child
        border-right: 1px solid $border-color

    tr:first-child
      th
        border-top: 1px solid $border-color

      th:first-child
        border-top-left-radius: 5px

      th:last-child
        border-top-right-radius: 5px

    tr:last-child
      th
        border-bottom: 1px solid $border-color


  tbody
    tr
      td:last-child
        border-right: 1px solid $border-color

      td:first-child
        border-left: 1px solid $border-color

    tr:first-child
      td

    tr:last-child
      td
        border-bottom: 1px solid $border-color

      td:first-child
        border-bottom-left-radius: 5px

      td:last-child
        border-bottom-right-radius: 5px

  tr
    th
      background-color: #f4f4f4

  td
    .button
      margin: 0 rem-calc(5)

  th, td
    input[type='checkbox'],
    .inline-list
      margin: 0

  &.table-hover
    tr:hover
      cursor: pointer
      background-color: #f0f0f0

Version data entries

1 entries across 1 versions & 1 rubygems

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