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_old/wp-content/themes/ronneby/assets/less.lib/visual-composer/text-module.less
/* 
    Created on : 25.03.2015, 17:12:56
    Author     : DFD
	Styles for : Text module
*/
.dfd-textmodule-blockquote {
	margin-top: 0;
	margin-bottom: 0;
}
.dfd-textmodule-dropcaps {
	font-size: 200%;
	.inline-block();
	float: left;
	width: 2em;
	height: 2em;
	line-height: 2;
	text-align: center;
	margin-right: 10px;
	&.bordered {
		border: 1px solid @border-color;
	}
	&.rounded {
		.rounded(50%);
	}
}
.wpb_wrapper {
	blockquote p {
		line-height: 2.5;
	}
	p {
		line-height: inherit;
		>a:not(.dk_toggle) {
			.link-style();
			.link-decoration();
			text-decoration: none;
			line-height: inherit;
		}
	}
}