Sha256: d97d073b4cf10a23f759f7bfba1fec05190b2b2acd21f3f6bbe4906124e57f02
Contents?: true
Size: 695 Bytes
Versions: 16
Compression:
Stored size: 695 Bytes
Contents
// the search results on the index view of the catalog .documents-list { .document { display: flex; border-bottom: 1px dotted $table-border-color; margin-top: $spacer; padding-top: $spacer; .document-title-heading { @extend h5; } .document-main-section { flex-grow: 1; } // 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 { flex-grow: 0; margin-bottom: ($spacer * 3); padding-left: ($spacer * 3); } } }
Version data entries
16 entries across 16 versions & 2 rubygems