Created
July 7, 2019 20:54
-
-
Save SteinRobert/345873829668e8631980012a9829c978 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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