Last active
September 28, 2018 08:26
-
-
Save letswritetw/58f90f02645c1820324c29e62880ba3d to your computer and use it in GitHub Desktop.
gradient-hover-effect-btn-after.sass
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
.btn-linear | |
position: relative | |
&::after | |
content: '' | |
position: absolute | |
top: 0 | |
right: 0 | |
bottom: 0 | |
left: 0 | |
z-index: -1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment