Sha256: 511e6c1411e2dfabd1279339e5475d2b0b6dbd478d1fda45f9d2d072846feadf

Contents?: true

Size: 279 Bytes

Versions: 3

Compression:

Stored size: 279 Bytes

Contents

$odd: #3f3f3f;
$header: #2f2f2f;
$border: #333;

table {
  border-bottom: 1px solid $border;
  border-collapse: collapse;
  th {
    background-color: $header;
  }
  tr:nth-child(even) {
    background-color: $odd;
  }
  td, th {
    vertical-align: top;
    padding: 5px;
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
askclass-news-theme-0.2.10 _sass/_table.scss
askclass-news-theme-0.2.9 _sass/_table.scss
askclass-news-theme-0.2.8 _sass/_table.scss