Sha256: 9ff6c0a7b3a13e2f00133796ef05b6f1e7cbb3964d5151e90d34c4568552f682

Contents?: true

Size: 285 Bytes

Versions: 5

Compression:

Stored size: 285 Bytes

Contents

$color-odd: #2a2a2a;
$color-even: #2f2f2f;

table {
  table-layout: fixed;
  tr:nth-child(odd) {
    background-color: $color-odd;
  }
  th, tr:nth-child(even) {
    background-color: $color-even;
  }
  td, th {
    word-break: normal;
    vertical-align: top;
    padding: 7px;
  }
}

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
askclass-course-theme-0.4.0 _sass/_table.scss
askclass-course-theme-0.3.0 _sass/_table.scss
askclass-course-theme-0.2.0 _sass/_table.scss
askclass-course-theme-0.1.0 _sass/_table.scss
askclass-news-theme-0.6.0 _sass/_table.scss