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-responsive-text.less
/* 
    Created on : 26.10.2016, 16:03:10
    Author     : DFD
	Styles for : VC param responsive text
*/
.vc_edit_form_elements .wpb_el_type_dfd_param_responsive_text {
	> .wpb_element_label {
		font-size: 22px;
		font-weight: 800;
		letter-spacing: -1px;
		text-transform: none;
		margin-bottom: 0;
		margin: 0 -15px 15px;
		padding: 12px 15px  !important;
		color: #dedede;
		border-bottom: 1px dashed #e7e7e7;
	}
	.dfd-responsive-text-param-container {
		.box-sizing(border-box);
		* {
			.box-sizing(border-box);
		}
		.inner-wrap {
			.clearfix();
			margin: 0 -10px 20px;
			&:last-child {
				margin-bottom: 0;
			}
			&.expanded {
				.dfd-resolution-section-expand {
					.button-animation {
						background: #52d298;
						&:before {
							right: -1px;
						}
					}
				}
				.item.input-cover {
					width: 20%;
					padding: 0 10px;
				}
			}
			.item {
				float: left;
				width: 20%;
				padding: 0 10px;
				.clearfix();
				.transition(~"width .3s ease, padding .3s ease");
				&.input-cover {
					width: 0;
					padding: 0;
					overflow: hidden;
				}
				.wpb_element_label {
					white-space: nowrap;
				}
			}
			.dfd-resolution-section-expand {
				@s: 32px;
				.rel();
				.inline-block();
				width: 58px;
				height: @s;
				margin-top: 6px;
				.box-shadow(none);
				.button-animation {
					.block();
					width: 100%;
					height: 100%;
					background: #f2f2f2;
					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: 24px;
						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;
					}
				}
			}
		}
	}
}