Created
July 6, 2014 11:17
-
-
Save hellofromtonya/3a4006e77815dd099008 to your computer and use it in GitHub Desktop.
Scroll to the Top Feature - CSS styling
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.scrollup { | |
background: url(assets/images/icon_top.png) no-repeat 0 0; | |
width: 40px; | |
height: 40px; | |
text-indent: -9999px; | |
@include opacity(0.30); | |
position: fixed; | |
@include rem(bottom, 50px); | |
@include rem(right, 100px); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment