HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wpprm_err/wp-content/themes/ronneby/assets/less.lib/admin/param-single-checkbox.less
/* 
    Created on : 27.10.2016, 8:28:41
    Author     : DFD
	Styles for : VC param single checkbox
*/
.dfd_single_checkbox_wrap {
	margin-bottom: 15px;
	.dfd_single_checkbox {
		@s: 32px;
		.inline-block();
		width: 58px;
		height: @s;
		position: relative;
		.button-animation {
			.block();
			width: 100%;
			height: 100%;
			background: #52d298;
			border-radius: 32px;
			z-index: 0;
			-webkit-transition: background .3s ease 0s;
			-moz-transition: background .3s ease 0s;
			transition: background .3s ease 0s;
			&:before {
				content: "";
				display: block;
				width: @s+2;
				height: @s+2;
				position: absolute;
				left: auto;
				right: -1px;
				top: -1px;
				background: #ffffff;
				border-radius: 50%;
				-webkit-box-shadow: 0px 5px 9px 2px fade(#000000, 10%);
				-moz-box-shadow: 0px 5px 9px 2px fade(#000000, 10%);
				box-shadow: 0px 5px 9px 2px fade(#000000, 10%);
				-webkit-transition: right .3s ease 0s;
				-moz-transition: right .3s ease 0s;
				transition: right .3s ease 0s;
			}
			&.right-active {
				background: #f2f2f2;
				&:before {
					right: 24px;
				}
			}
		}
	}
	label.param-title {
		margin-left: 5px;
	}
}