Sha256: 8a07fef3b632a68faf05337858db357a9e6983761143186a955d61dbb11ed349
Contents?: true
Size: 690 Bytes
Versions: 48
Compression:
Stored size: 690 Bytes
Contents
// the search results on the index view of the catalog #documents { .document { margin-top: $padding-base-vertical; padding-top: $padding-base-vertical; border-bottom:1px dotted $table-border-color; @extend .clearfix; .document-title-heading { @extend h5; } // bookmarks checkbox on index, give it some // lower margin when it collapses .index-document-functions { margin-bottom: ($line-height-computed / 2); @media (min-width: $screen-sm-min) { margin-bottom: 0; } } .document-thumbnail { float: right; padding-left: $line-height-computed; margin-bottom: $line-height-computed; } } }
Version data entries
48 entries across 48 versions & 1 rubygems