Sha256: e8de95836b76271df3480d0996462d18610b7b439568376f4da213ef55328ea1

Contents?: true

Size: 659 Bytes

Versions: 5

Compression:

Stored size: 659 Bytes

Contents

// the search results on the index view of the catalog
.documents-list {
  .document {
    @extend .clearfix;
    border-bottom: 1px dotted $table-border-color;
    margin-top: $spacer;
    padding-top: $spacer;

    .document-title-heading {
      @extend h5;
    }

    // bookmarks checkbox on index, give it some
    // lower margin when it collapses
    .index-document-functions {
      margin-bottom: ($line-height-base / 2);

      @media (min-width: breakpoint-min(sm)) {
        margin-bottom: 0;
      }
    }

    .document-thumbnail {
      float: right;
      margin-bottom: $line-height-base;
      padding-left: $line-height-base;
    }
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blacklight-7.1.0.alpha app/assets/stylesheets/blacklight/_search_results.scss
blacklight-7.0.1 app/assets/stylesheets/blacklight/_search_results.scss
blacklight-7.0.0 app/assets/stylesheets/blacklight/_search_results.scss
blacklight-7.0.0.rc2 app/assets/stylesheets/blacklight/_search_results.scss
blacklight-7.0.0.rc1 app/assets/stylesheets/blacklight/_search_results.scss