PATH:
var
/
www
/
vhosts
/
lahuertaatomica.es
/
httpdocs
/
assets
/
plugins
/
_overrides
/
Editing: plugin-bootstrap-switch.css
/******************************************************* * Custom theme code styles * Written by Themelize.me (http://themelize.me) * * Includes the base variables & mixins needed for all * scss files *******************************************************/ .bootstrap-switch { min-width: none; } .bootstrap-switch>div>span, .bootstrap-switch>div>label { height: auto; line-height: 1; padding: 8px; } .bootstrap-switch>div>span.bootstrap-switch-primary { background: #55A79A; } .bootstrap-switch.bootstrap-switch-focused { border-color: #55A79A; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
SAVE
CANCEL