Skip to content

Instantly share code, notes, and snippets.

@ozzyrod
Last active February 25, 2017 00:05
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 ozzyrod/e9eb27ff375ede0aabf328811d16ccf9 to your computer and use it in GitHub Desktop.
Save ozzyrod/e9eb27ff375ede0aabf328811d16ccf9 to your computer and use it in GitHub Desktop.
list item images
ul.arrow {
list-style: none;
> li {
list-style-type: none;
&::before {
background: url( "images/arrow-list.svg" ) no-repeat scroll center center / contain transparent;
content: "";
display: block;
float: left;
height: 0.8em;
margin-left: -1em;
margin-top: 0.3em;
width: 0.528em;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment