Skip to content

Instantly share code, notes, and snippets.

@mazipan
Created April 6, 2017 05:21
Show Gist options
  • Save mazipan/90d1aa07bda87ac435108820644b2209 to your computer and use it in GitHub Desktop.
Save mazipan/90d1aa07bda87ac435108820644b2209 to your computer and use it in GitHub Desktop.
&:checked
{
& + label
{
&:before{
border-color: $theme;
background-color: $theme;
}
&:after{
width: 6px;
height: 13px;
top: 3px;
left: 5px;
color: #fff;
border-top: 2px solid transparent;
border-left: 2px solid transparent;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
-webkit-transform: rotate(37deg);
-ms-transform: rotate(37deg);
-o-transform: rotate(37deg);
transform: rotate(37deg);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment