Sha256: 1d78e7b56140f8a44c0551cbeb23d1bc45b8f4f3593b5f51fbaa7091f5561d70
Contents?: true
Size: 729 Bytes
Versions: 40
Compression:
Stored size: 729 Bytes
Contents
/*------------------------------------ Info Block v3-3 ------------------------------------*/ .info-v3-3 { overflow: hidden; &:hover { .info-v3-3__title { color: $g-color-white; } .info-v3-3__img, .info-v3-3__description { transform: translate3d(0, 0, 0); } .info-v3-3__content { display: block; } .info-v3-3__category { display: none; } &::after { opacity: 1; } } &::after { opacity: 0; transition: opacity .5s; } } /* Image */ .info-v3-3__img { transform: translate3d(70%, 0, 0); transition: transform .5s; } /* Content */ .info-v3-3__content { display: none; } /* Description */ .info-v3-3__description { transform: translate3d(-20%, 0, 0); transition: transform .5s; }
Version data entries
40 entries across 40 versions & 1 rubygems