Skip to content

Instantly share code, notes, and snippets.

@mazipan
Created April 6, 2017 05:23
Show Gist options
  • Save mazipan/e849ef381c0ade0244c3c93a80a794df to your computer and use it in GitHub Desktop.
Save mazipan/e849ef381c0ade0244c3c93a80a794df to your computer and use it in GitHub Desktop.
$theme : #0096D9;
.checkbox
{
position: absolute;
left: -9999px;
& + label
{
position: relative;
display: inline-block;
padding: 6px 30px;
cursor: pointer;
&:before,
&:after
{
position: absolute;
top: 0;
content: '';
border-radius: 1px;
}
&:before
{
top: 4px;
left: 0;
width: 18px;
height: 18px;
border: 1px solid #CCC;
background-color: #fff;
}
&:after
{
/* hidden */
width: 0;
height: 0;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment