Sha256: 515ea8012bdcce27bdac5e848693f9f8f62a24d494562b66b308636980eb05e7
Contents?: true
Size: 349 Bytes
Versions: 62
Compression:
Stored size: 349 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
62 entries across 62 versions & 2 rubygems