Sha256: 24acaf61e76b7d8eff16ceac1132a57522beaf7f4a542f1bccc93b5ccc21b0db
Contents?: true
Size: 755 Bytes
Versions: 3
Compression:
Stored size: 755 Bytes
Contents
div.gallery_list_grayscaled { @extend %gallery_list_default; &.style_photostudio { @include style_photostudio; } &.style_photostudio_widget { @include style_photostudio_widget; } .slot_item { div.photo { a { position: absolute; &.color { z-index: 0; } &.gray { z-index: 1; background-image: none !important; &:hover { img { opacity: 0; } } &.my_fade { img { -webkit-transition: opacity 0.45s linear; -o-transition: opacity 0.45s linear; transition: opacity 0.45s linear; } } } } } } }
Version data entries
3 entries across 3 versions & 1 rubygems