Skip to content

Instantly share code, notes, and snippets.

@alex-boom
Created April 26, 2018 11:56
Show Gist options
  • Save alex-boom/40096fff431ef794af911c0438980694 to your computer and use it in GitHub Desktop.
Save alex-boom/40096fff431ef794af911c0438980694 to your computer and use it in GitHub Desktop.
custom-checkbox-bootstrap
.custom-checkbox {
.custom-control-input {
&:checked {
~ {
.custom-control-label {
&::before {
}
}
}
}
}
.custom-control-label {
&::before {
}
&::after {
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment