Sha256: 7e2e3f273e87c61951473eb31a4592b13dfefe08372d38a42e71b71936c2b12c
Contents?: true
Size: 637 Bytes
Versions: 1
Compression:
Stored size: 637 Bytes
Contents
// // Default Totop Classes // ---------------------------------------- .totop { position: fixed; z-index: $z-index-totop; bottom: -50px; opacity: 0; left: 0; width: 100%; height: 1px; transform: translateZ(0); -webkit-transition: all 300ms cubic-bezier(.445, .05, .55, .95); -moz-transition: all 300ms cubic-bezier(.445, .05, .55, .95); -o-transition: all 300ms cubic-bezier(.445, .05, .55, .95); transition: all 300ms cubic-bezier(.445, .05, .55, .95); .btn { float: right; position: relative; right: 12px; bottom: 48px; &.mobile { right: 24px; bottom: 60px; } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
doc-msp-theme-0.1.0 | _sass/_totop.scss |