Sha256: f8fc0b0de53bafd1ed863609e511a2b9ae7c14bc8fa9e1c7a6d7f44277c9593d

Contents?: true

Size: 815 Bytes

Versions: 4

Compression:

Stored size: 815 Bytes

Contents

@import 'tao/ui/globals';

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

  th {
    border-top: 1px solid $table-border-color;
    border-bottom: 1px solid $table-border-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-border-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;
  }

  @if not $mobile {
    tbody tr:hover {
      background-color: $table-row-hover-color;
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tao_ui-0.1.3 lib/assets/stylesheets/tao/ui/tables.scss
tao_ui-0.1.2 lib/assets/stylesheets/tao/ui/tables.scss
tao_ui-0.1.1 lib/assets/stylesheets/tao/ui/tables.scss
tao_ui-0.1.0 lib/assets/stylesheets/tao/ui/tables.scss