Skip to content

Instantly share code, notes, and snippets.

@jonathanpath
Last active August 29, 2015 14:23
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 jonathanpath/bb95c657690fdd2489bf to your computer and use it in GitHub Desktop.
Save jonathanpath/bb95c657690fdd2489bf to your computer and use it in GitHub Desktop.
Checklist helper
.checklist {
list-style: none;
position: relative;
li {
padding-left: 0;
margin-bottom: 10px;
font-size: 20px;
i {
color: #5cb85c;
font-size: 30px;
display: inline-block;
position: absolute;
left: 0;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment