Sha256: 519a2f92e3273ff0f9b32f4a966e041e56c1ec6059ccefb6622cef4f96695110
Contents?: true
Size: 691 Bytes
Versions: 6
Compression:
Stored size: 691 Bytes
Contents
.masonry { &.document { padding: 0; margin: 0 $spacer $spacer 0; border-bottom: 0; background-color: $gray-300; min-height: 70px; .thumbnail { border: 0; padding: 0; margin-bottom: 0; } .caption { &:first-child { display: block; } // To display captions when there is no image a { color: $gray-300; } line-height: 17px; background-color: rgba(0,0,0,0.3); text-align: center; position: absolute; bottom: 0; right: 0; left: 0; width: 100%; padding: 5px 7px; display: none; } &:hover { .caption { display: block; } } } }
Version data entries
6 entries across 6 versions & 1 rubygems