Sha256: 4c85c1b7b1233701b503fbf72ece9f8340b653eb2dd39a8d9cd5519742372b6a

Contents?: true

Size: 640 Bytes

Versions: 27

Compression:

Stored size: 640 Bytes

Contents

$table-border: none !default;
$border-collapse: collapse !default;
$tr-border: 1px solid $light-gray !default;
$td-border: none !default;
$tr-bg: $light-gray !default;
$td-padding: 5px !default;
$table-font: $copy-font !default;
$table-font-size: $copy-font-size !default;

table {
  width: 100%;
  border: $table-border;
  border-collapse: $border-collapse;
  font-family: $table-font;
  font-size: $table-font-size;

  th,
  td {
    text-align: left;
    padding: $td-padding;
    border: $td-border;
  }

  tr {
    border: $tr-border;

    &:nth-child(even) { background-color: $tr-bg; }
  }
}

.table-responsive { overflow: scroll; }

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
timequake-1.0.7 app/assets/stylesheets/timequake/tables.scss
timequake-1.0.6 app/assets/stylesheets/timequake/tables.scss
timequake-1.0.5 app/assets/stylesheets/timequake/tables.scss
timequake-1.0.4 app/assets/stylesheets/timequake/tables.scss
timequake-1.0.3 app/assets/stylesheets/timequake/tables.scss
timequake-1.0.2 app/assets/stylesheets/timequake/tables.scss
timequake-1.0.0beta app/assets/stylesheets/timequake/tables.scss