Sha256: 3270dcb6637dc9c70e586df9cba8f1e668f25922bc3db9b866f78d1f600970d8

Contents?: true

Size: 1.63 KB

Versions: 4

Compression:

Stored size: 1.63 KB

Contents

table
  width: 100%
  box-shadow: none
  margin: 1em 0
  border-collapse: collapse

  .ae-table-fixed-width
    table-layout: fixed

  th
    padding: 0.8em
    color: $thead-color
    background: rgba($primary-color, 0.1)
    border-bottom: 1px solid rgba($thead-color, 0.2)
    word-wrap: break-word
    text-align: left
    text-transform: uppercase
    @include font-size(10px, 12px)
    vertical-align: top

    a:link, a:visited
      color: $thead-color
      text-decoration: none

  tbody
    td
      padding: 0.8em
      word-wrap: break-word
      vertical-align: top

      p
        padding-top: 0

    tr:nth-child(even)
      background: $dark-gray-background

  &.ae-table-unstyled
    thead
      th
        color: $thead-color
        background: transparent

    tbody
      tr:nth-child(even)
        background: transparent

  &.ae-table-list
    tbody
      tr
        border-bottom: 1px solid $border-light


  @include laptop-max
    width: 100%!important

.ae-table-responsive
  overflow-x: scroll

.ae-table-actions
  vertical-align: middle

  .ae-btn
    margin-top: 0
    margin-right: 0

.ae-table-filter
  background-color: $gray-background

  @include tablet
    display: flex
    flex-flow: row
    flex-wrap: nowrap
    justify-content: flex-start
    align-items: stretch
    align-content: stretch

    *
      display: flex
      flex-direction: row
      flex-wrap: nowrap
      justify-content: flex-start
      align-items: center
      align-content: stretch

  .ae-filter
    // border-right: 1px solid $border-light
    padding: 0 $container-padding*2

  & + table
    margin-top: 0
    border-top: 1px solid $border-light

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
express_ui-0.1.7 app/assets/stylesheets/express_ui/molecules/_tables.sass
express_ui-0.1.6 app/assets/stylesheets/express_ui/molecules/_tables.sass
express_ui-0.1.5 app/assets/stylesheets/express_ui/molecules/_tables.sass
express_ui-0.1.4 app/assets/stylesheets/express_ui/molecules/_tables.sass