Sha256: 822e331d0022d27c60281a3eaf510e78e9d82b887e5c8680baf9f159e1ab2582

Contents?: true

Size: 529 Bytes

Versions: 2

Compression:

Stored size: 529 Bytes

Contents

table { margin-bottom: $base; }

thead {
  border: 1px solid darken(#36c, 13.5);
  border-bottom: none;
}

th, td {
  padding: $base / 4 $base / 2;
}

th {
  background: #36c;
  @include background(linear-gradient(#36c, darken(#36c, 6.75)));
  @include box-shadow(0 -1px 0 darken(#36c, 27) inset);
  color: #fff;
}

tr:first-child td { @include box-shadow(0 1px 0 #f8f8f8 inset); }

tr:nth-child(odd) {
  background: #e8e8e8;
}

tr:nth-child(even) {
  background: #fff;
}

tbody {
  border: 1px solid #ccc;
  border-top: none;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
manifest-rails-0.2.1 app/assets/stylesheets/manifest/_tables.css.scss
manifest-rails-0.2.0 app/assets/stylesheets/manifest/_tables.css.scss