Sha256: 65e29fadc3d049d474ddf9d2863fe65688e0ecf5213fe06ac39e0d23ac4b11d0
Contents?: true
Size: 1.36 KB
Versions: 1
Compression:
Stored size: 1.36 KB
Contents
.documents-masonry { .document { max-width: 25%; &:hover, &:focus { .caption-area { display: block; } } margin-bottom: $spacer; position: relative; width: auto; .thumbnail-container { position: relative; min-height: 200px; background-color: $gray-300; } .img-thumbnail { padding: 0; border-radius: 0; } .caption-area { // styling for documents without thumbnails &:first-child { display: block; max-height: 100%; background-color: rgba(0,0,0,0.7) !important; } @extend .bg-dark; @extend .text-white; display: none; padding: 5px 7px; background-color: rgba(0,0,0,0.5) !important; position: absolute; bottom: 0; overflow-x: hidden; overflow-y: scroll; max-height: 75%; } .document-counter { display: none; } .index_title { @extend .h6; a, a:hover, a:visited, a:active { @extend .stretched-link; color: $gray-300 } } .document-metadata { dt { color: $gray-300; } 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; } } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blacklight-gallery-3.0.3 | app/assets/stylesheets/blacklight_gallery/_masonry.scss |