Sha256: a7e60c59c3fac545f97574e3da1f8bc5668e118722babbff0de8bcb7c11cd448

Contents?: true

Size: 397 Bytes

Versions: 6

Compression:

Stored size: 397 Bytes

Contents

// Table with key cells
// --------------------

@if $table-experimental {
  .us-table-cell-key {
    @include respond-to(small-tablet, true) {
      width: em($table-key-width);
      max-width: em($table-key-width);
      padding-right: em($table-key-sidepadding);
      padding-left: em($table-key-sidepadding);
    }

    .key-value,
    .key-sideunit {
      color: $table-c-key;
    }
  }
}

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
reustyle-2.0.11 vendor/assets/stylesheets/reustyle/tables/_tables-with-key-cells.scss
reustyle-2.0.10 vendor/assets/stylesheets/ustyle/tables/_tables-with-key-cells.scss
reustyle-2.0.9 vendor/assets/stylesheets/ustyle/tables/_tables-with-key-cells.scss
reustyle-2.0.8 vendor/assets/stylesheets/ustyle/tables/_tables-with-key-cells.scss
reustyle-2.0.7 vendor/assets/stylesheets/ustyle/tables/_tables-with-key-cells.scss
ustyle-1.19.2 vendor/assets/stylesheets/ustyle/tables/_tables-with-key-cells.scss