Skip to content

Instantly share code, notes, and snippets.

@trevorhreed
Created May 5, 2014 17:03
Show Gist options
  • Save trevorhreed/6e22765ebf0523ea593e to your computer and use it in GitHub Desktop.
Save trevorhreed/6e22765ebf0523ea593e to your computer and use it in GitHub Desktop.
.check{
display:inline-block;
height:1.4em;
width:1.4em;
border-radius:.7em;
border:solid 1px #aaa;
box-shadow:inset 0px 0px 2px #aaa;
padding:1px;
margin:0em .5em;
vertical-align:middle;
&.mark{
background-color:#40A03C;
border-color:#40A03C;
box-shadow:none;
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment