Sha256: 76901baccb25e05c4bd2c3a3799b4c0192064d8d6721c1543eebf23c6a0638e2

Contents?: true

Size: 273 Bytes

Versions: 5

Compression:

Stored size: 273 Bytes

Contents

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
askclass-news-theme-0.4.2 _sass/_table.scss
askclass-news-theme-0.4.1 _sass/_table.scss
askclass-news-theme-0.4.0 _sass/_table.scss
askclass-news-theme-0.3.0 _sass/_table.scss
askclass-news-theme-0.2.12 _sass/_table.scss