Skip to content

Instantly share code, notes, and snippets.

@Waidoss
Created April 24, 2017 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Waidoss/e511ad0a0f5f025c89c7570b784cc0dc to your computer and use it in GitHub Desktop.
Save Waidoss/e511ad0a0f5f025c89c7570b784cc0dc to your computer and use it in GitHub Desktop.
scroll-to-top-sass
.top
background-color: $accent-color
display: inline-block
width: 40px
height: 40px
border-radius: 10em
position: fixed
z-index: 999
top: 60%
right: -60px
text-align: center
opacity: .6
transition: right .5s, opacity .3s
&:hover
cursor: pointer
opacity: 1
&:active
box-shadow: 0 0 10px $accent-color
background-color: #fff
.fa
color: #444
&.active
right: 20px
.fa
line-height: 37px
font-size: 20px
color: #fff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment