Sha256: bbba54f362bee81d640a9e86bbc8b859379eded64bcf5e7f1e451a3d4488a5c4
Contents?: true
Size: 644 Bytes
Versions: 6
Compression:
Stored size: 644 Bytes
Contents
.materialboxed { cursor: zoom-in; position: relative; @include transition(opacity .4s); &:hover { &:not(.active) { opacity: .8; } will-change: left, top, width, height; } } .materialboxed.active { cursor: zoom-out; } #materialbox-overlay { position:fixed; top:0; left:0; right: 0; bottom: 0; background-color: #292929; z-index: 999; will-change: opacity; } .materialbox-caption { position: fixed; display: none; color: #fff; line-height: 50px; bottom: 0; width: 100%; text-align: center; padding: 0% 15%; height: 50px; z-index: 1000; -webkit-font-smoothing: antialiased; }
Version data entries
6 entries across 6 versions & 2 rubygems