Sha256: b0dce9cdfcfc4cd6b28ca3c497bad355207cce0b197229fc229076b1c918829e

Contents?: true

Size: 1.5 KB

Versions: 2

Compression:

Stored size: 1.5 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-valign
    td, th
      vertical-align: middle
  &.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
  overflow: visible
  @include hide-scrollbar

.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

2 entries across 2 versions & 1 rubygems

Version Path
express_ui-0.5.2 app/assets/stylesheets/express_ui/molecules/_tables.sass
express_ui-0.5.1 app/assets/stylesheets/express_ui/molecules/_tables.sass