Sha256: 92f0e01847228088ccd3f97df88b8747541d98eea5f670ec76a11b77bb9d0586

Contents?: true

Size: 705 Bytes

Versions: 1

Compression:

Stored size: 705 Bytes

Contents

table.table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  table-layout: fixed;

  th {
    border-top: 1px solid $table-line-color;
    border-bottom: 1px solid $table-line-color;
    padding: $table-th-padding;
    font-size: $font-size-xs;
    font-weight: normal;
    line-height: 1.125;
    color: $lighter-grey-color;
    text-align: left;
  }

  td {
    border-bottom: 1px solid $table-line-color;
    padding: $table-td-padding;
    line-height: 1.125;
    text-align: left;
  }

  th.align-left,
  td.align-left {
    text-align: left;
  }

  th.align-right,
  td.align-right {
    text-align: right;
  }

  th.align-center,
  td.align-center {
    text-align: center;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tao_ui-0.2.7 lib/assets/stylesheets/tao/ui/shared/_tables.scss