Sha256: 6dcbbd32208456f7807cf6088e778a3464b8b66ce1f1dfad704a38a8919f269d

Contents?: true

Size: 715 Bytes

Versions: 8

Compression:

Stored size: 715 Bytes

Contents

.documents-gallery {
  .document {
    border-bottom: none;
    display: flex;

    min-height: 250px;
    -webkit-flex: 1 0 250px;
  }

  .caption {
    @extend .mt-2;
  }

  .index_title {
    @extend .h6;
  }

  .document-counter {
    display: none;
  }

  .index-document-functions {
    clear: left;
  }

  .document-metadata {
    dt, dd {
      flex: 0 0 100%;
      max-width: 100%;
      padding-left: 0;
      padding-right: 0;
      float: none;
      width: auto;
      clear: none;
      text-align: left;
      margin: 0;
    }
  }
}

.documents-gallery, .documents-masonry, .documents-slideshow {
  padding-bottom: $spacer;
  border-bottom: $pagination-border-width solid $pagination-border-color
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
blacklight-gallery-3.3.0 app/assets/stylesheets/blacklight_gallery/_gallery.scss
blacklight-gallery-3.2.0 app/assets/stylesheets/blacklight_gallery/_gallery.scss
blacklight-gallery-3.1.0 app/assets/stylesheets/blacklight_gallery/_gallery.scss
blacklight-gallery-3.0.4 app/assets/stylesheets/blacklight_gallery/_gallery.scss
blacklight-gallery-3.0.3 app/assets/stylesheets/blacklight_gallery/_gallery.scss
blacklight-gallery-3.0.2 app/assets/stylesheets/blacklight_gallery/_gallery.scss
blacklight-gallery-3.0.1 app/assets/stylesheets/blacklight_gallery/_gallery.scss
blacklight-gallery-3.0.0 app/assets/stylesheets/blacklight_gallery/_gallery.scss