Sha256: a133b3a9edf30b27057ec34abe0ad7cf99317d53a519205e9f4a0fa4a7ccd1a2

Contents?: true

Size: 883 Bytes

Versions: 5

Compression:

Stored size: 883 Bytes

Contents

table.resource_table {
  margin-bottom: $base;
  
  @media screen and (max-width: 480px) {
    width: 100%;
  }

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

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

    &.minor {
      @media screen and (max-width: 480px) {
        display: none;
      }
    }
  }

  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 tr:hover {
    background: lighten($accent, 10);
    background: $accent;
    cursor: pointer;
    color: white;
  }

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
manifest-rails-0.2.8 app/assets/stylesheets/manifest/_tables.css.scss
manifest-rails-0.2.7 app/assets/stylesheets/manifest/_tables.css.scss
manifest-rails-0.2.6 app/assets/stylesheets/manifest/_tables.css.scss
manifest-rails-0.2.5 app/assets/stylesheets/manifest/_tables.css.scss
manifest-rails-0.2.4 app/assets/stylesheets/manifest/_tables.css.scss