Created
May 8, 2017 20:45
-
-
Save chadsten/a216c633807dbcdf2c65d1e3bfb1a45f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
&:after { | |
content: "+"; | |
display: inline-block; | |
float: right; | |
font-size: 28/16*1em; | |
font-weight: bold; | |
padding-right: 4/16*1rem; | |
position: absolute; | |
right: 0; | |
top: 0; | |
cursor: pointer; | |
&:hover { | |
color: $color_yellow !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment