Skip to content

Instantly share code, notes, and snippets.

@SteinRobert
Created July 7, 2019 20:54
Show Gist options
  • Select an option

  • Save SteinRobert/345873829668e8631980012a9829c978 to your computer and use it in GitHub Desktop.

Select an option

Save SteinRobert/345873829668e8631980012a9829c978 to your computer and use it in GitHub Desktop.
<style scoped>
...
input:checked + .toggle {
background-color: rgb(67, 119, 211);
border: 2px solid rgb(67, 119, 211);
}
input:checked + .toggle:after {
background-color: #fff;
right: 2px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment