Created
March 1, 2017 14:52
-
-
Save davidpiesse/deecfe5d06755f955973d7a1a4476537 to your computer and use it in GitHub Desktop.
VueJS Switch Custom Style - SASS to CSS conversion
This file contains 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
.vue-switcher-theme--custom.vue-switcher-color--green div { | |
background-color: #C8E6C9; | |
} | |
.vue-switcher-theme--custom.vue-switcher-color--green div:after { | |
background-color: #43A047; | |
} | |
.vue-switcher-theme--custom.vue-switcher-color--green.vue-switcher--unchecked div { | |
background-color: #E0E0E0; | |
} | |
.vue-switcher-theme--custom.vue-switcher-color--green.vue-switcher--unchecked div:after { | |
background-color: #F44336; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment