Skip to content

Instantly share code, notes, and snippets.

@chadsten
Created May 8, 2017 20:45
Show Gist options
  • Save chadsten/a216c633807dbcdf2c65d1e3bfb1a45f to your computer and use it in GitHub Desktop.
Save chadsten/a216c633807dbcdf2c65d1e3bfb1a45f to your computer and use it in GitHub Desktop.
&: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