Sha256: c09aa5851558a181852b4fda10a72de7c35c44f6bdebada711eabfa22d9a4198

Contents?: true

Size: 682 Bytes

Versions: 7

Compression:

Stored size: 682 Bytes

Contents

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

  th {
    border-top: 1px solid $table-line-color;
    border-bottom: 1px solid $table-line-color;
    padding: 0.875rem 0.625rem;
    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: 1.125rem 0.625rem;
    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

7 entries across 7 versions & 1 rubygems

Version Path
tao_ui-0.2.6 lib/assets/stylesheets/tao/ui/shared/_tables.scss
tao_ui-0.2.5 lib/assets/stylesheets/tao/ui/shared/_tables.scss
tao_ui-0.2.4 lib/assets/stylesheets/tao/ui/shared/_tables.scss
tao_ui-0.2.3 lib/assets/stylesheets/tao/ui/shared/_tables.scss
tao_ui-0.2.2 lib/assets/stylesheets/tao/ui/shared/_tables.scss
tao_ui-0.2.1 lib/assets/stylesheets/tao/ui/shared/_tables.scss
tao_ui-0.2.0 lib/assets/stylesheets/tao/ui/shared/_tables.scss