Skip to content

Instantly share code, notes, and snippets.

@gyrus
Last active December 19, 2015 04:59
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 gyrus/5901185 to your computer and use it in GitHub Desktop.
Save gyrus/5901185 to your computer and use it in GitHub Desktop.
ul {
padding-left: 1.5em;
li {
list-style: none;
&:before {
content: '\2022';
color: @color-green;
display: block;
position: relative;
max-width: 0;
max-height: 0;
left: -17px;
top: -6px;
font-size: 25px;
font-weight: bold;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment