Sha256: d95f64038eabfdbbc5ed65450ea7dcd8df86c278a944d8fac55589c54db7bc08
Contents?: true
Size: 520 Bytes
Versions: 7
Compression:
Stored size: 520 Bytes
Contents
.scrolltop { display:none; width:100%; margin:0 auto; position:fixed; bottom:20px; right:10px; z-index:1; } .scroll { position:absolute; right:20px; bottom:20px; background:#b2b2b2; background:$light-gray; padding:20px; text-align: center; margin: 0 0 0 0; cursor:pointer; transition: 0.5s; -moz-transition: 0.5s; -webkit-transition: 0.5s; -o-transition: 0.5s; } .scroll:hover { background:$medium-gray; transition: 0.5s; -moz-transition: 0.5s; -webkit-transition: 0.5s; -o-transition: 0.5s; }
Version data entries
7 entries across 7 versions & 1 rubygems