Sha256: 41533a9c04c1a79bc5db456abc17b8a629dafe2353007d676bc9ebd35bbbad01

Contents?: true

Size: 1.4 KB

Versions: 7

Compression:

Stored size: 1.4 KB

Contents

table
  width: 100%
  box-shadow: none
  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(20px, 20px)
    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
  animation: fadeIn 0.5s linear

  .select2
    width: 100% !important

  .ae-filter
    padding: 0 $container-padding*2

  .ae-filter-heading
    margin-top: 0
    margin-bottom: 0
    padding-top: 0

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
express_ui-0.5.0 app/assets/stylesheets/express_ui/molecules/_tables.sass
express_ui-0.4.2 app/assets/stylesheets/express_ui/molecules/_tables.sass
express_ui-0.4.1 app/assets/stylesheets/express_ui/molecules/_tables.sass
express_ui-0.4.0 app/assets/stylesheets/express_ui/molecules/_tables.sass
express_ui-0.3.0 app/assets/stylesheets/express_ui/molecules/_tables.sass
express_ui-0.2.1 app/assets/stylesheets/express_ui/molecules/_tables.sass
express_ui-0.2.0 app/assets/stylesheets/express_ui/molecules/_tables.sass