Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
www
/
wp-content
/
plugins
/
exclusive-addons-elementor-pro
/
assets
/
css
/
elements-css
/
Editing: content-switcher.css
/* Content Switcher CSS Start */ .exad-content-switcher-toggle-switch-label { position: relative; display: inline-block; width: 60px; height: 34px; } .exad-content-switcher-toggle-switch-label input { opacity: 0; width: 0; height: 0; } .exad-content-switcher-toggle-switch-slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; display: block; border-style: solid; } .exad-content-switcher-toggle-switch-slider:before { position: absolute; content: ""; height: 26px; width: 26px; left: 0; top: 50%; /* bottom: 4px; */ transform: translateY(-50%); background-color: white; -webkit-transition: .4s; transition: .4s; } input:checked + .exad-content-switcher-toggle-switch-slider { background-color: #2196F3; } input:focus + .exad-content-switcher-toggle-switch-slider { box-shadow: 0 0 1px #2196F3; } input:checked + .exad-content-switcher-toggle-switch-slider:before { -webkit-transform: translate(34px, -50%); -ms-transform: translate(34px, -50%); transform: translate(34px, -50%); } .exad-content-switcher-toggle-inner{ display: flex; align-items: center; flex-direction: row; padding: 30px 0; } .exad-content-switcher-toggle.exad_switecher_left{ justify-content: flex-start; display: flex; } .exad-content-switcher-toggle.exad_switecher_center{ justify-content: center; display: flex; } .exad-content-switcher-toggle.exad_switecher_right{ justify-content: flex-end; display: flex; } .exad-content-switcher-toggle.exad_switecher_justify{ display: block; } .exad-content-switcher-toggle.exad_switecher_justify .exad-content-switcher-toggle-inner{ justify-content: center; } .exad-content-switcher-toggle-label-1{ cursor: pointer; } .exad-content-switcher-toggle-label-2{ cursor: pointer; } /* Content Switcher CSS End */
Save
Cancel