Sha256: 349369c62c9c21a3be0dc5e3fd81c4d35874d485609eba0d18d78122b849fb52

Contents?: true

Size: 261 Bytes

Versions: 2

Compression:

Stored size: 261 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 {
    vertical-align: top;
    padding: 7px;
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
askclass-news-theme-0.5.0 _sass/_table.scss
askclass-news-theme-0.4.3 _sass/_table.scss