Sha256: abdac48170b6cfa442c63531ac0247a5e211d4fe924a0f74a8be0b1872d7f88f
Contents?: true
Size: 353 Bytes
Versions: 49
Compression:
Stored size: 353 Bytes
Contents
// // lift.scss // Theme utility // .lift { transition: box-shadow .25s ease, transform .25s ease; } .lift:hover, .lift:focus { box-shadow: $box-shadow-lift !important; transform: translate3d(0, -3px, 0); } .lift-lg:hover, .lift-lg:focus { box-shadow: $box-shadow-lift-lg !important; transform: translate3d(0, -5px, 0); }
Version data entries
49 entries across 49 versions & 1 rubygems