| Current Path : /home/helpink/www/media/templates/administrator/atum/scss/system/fields/ |
| Current File : /home/helpink/www/media/templates/administrator/atum/scss/system/fields/_switcher.scss |
.switcher .toggle-inside {
background: $switcher-toggle-inside-bg; // #fff;
}
.switcher .toggle-outside {
background: $switcher-toggle-outside-off-bg; // #d3d3d3;
}
.switcher input ~ input:checked ~ .toggle-outside {
background: $switcher-toggle-outside-on-bg; // #2f7d32;
}