Skip to content

Instantly share code, notes, and snippets.

@wunnle
Last active March 16, 2019 15:09
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 wunnle/4b87751641f203ece27a78fdc316c326 to your computer and use it in GitHub Desktop.
Save wunnle/4b87751641f203ece27a78fdc316c326 to your computer and use it in GitHub Desktop.
.toggle-checkbox:checked + .toggle {
background: #4079F5;
transition: background 0.5s ease;
.toggle-pill {
margin-left: calc(100% - 12px);
}
}
.toggle-checkbox:focus + .toggle {
background: #7da6ff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment