mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-18 20:21:07 +00:00
29 lines
463 B
Text
29 lines
463 B
Text
.THEME_NAME {
|
|
.md-switch,
|
|
&.md-switch {
|
|
&.md-checked {
|
|
.md-switch-container,
|
|
.md-switch-thumb {
|
|
background-color: ACCENT-COLOR;
|
|
}
|
|
|
|
.md-ink-ripple {
|
|
color: ACCENT-COLOR;
|
|
}
|
|
|
|
.md-ripple {
|
|
opacity: .38;
|
|
}
|
|
}
|
|
|
|
&.md-disabled {
|
|
.md-switch-container {
|
|
background-color: rgba(#000, .12);
|
|
}
|
|
|
|
.md-switch-thumb {
|
|
background-color: #bdbdbd;
|
|
}
|
|
}
|
|
}
|
|
}
|