Sha256: ae9b636fffd504a97814df9cd640bb04c8db94cc55d5c330c36224de0fbaab1f
Contents?: true
Size: 643 Bytes
Versions: 70
Compression:
Stored size: 643 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: ($spacer * 1.5); @media (min-width: breakpoint-min(sm)) { margin-bottom: 0; } } .document-thumbnail { float: right; margin-bottom: ($spacer * 3); padding-left: ($spacer * 3); } } }
Version data entries
70 entries across 70 versions & 2 rubygems