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/widgets/vcard-simple.less
.widget_dfd_vcard_simple {
	.row {
		min-width: 0;
	}
	.dfd-vcard-wrap {
		padding: 20px;
		background: @third-site-light-color;
		.rounded(2px);
		.vcard-field {
			.rel();
			line-height: 1.6;
			margin-bottom: 0;
			i {
				.abs();
				font-size: 15px;
				top: 5px;
				color: @title-color;
				&.crdash-envelope_closed {
					font-size: 12px;
				}
			}
			.vcard-field-name {
				color: @title-color;
				font-weight: 600;
				margin-left: 30px;
			}
			p {
				margin-left: 30px;
				color: @main-site-dark-color;
				a {
					.subtitle();
					.transition(color .3s ease-in-out);
					&:hover {
						color: @main-site-light-color;
					}
				}
			}
			&.vcard-field-value {
				font-family: @default-text-font-family;
			}
			&.vcard-field-add-info {
				margin-left: 0;
				a {
					font-family: inherit;
					font-style: inherit;
					font-weight: inherit;
					font-size: inherit;
					color: inherit;
					&:hover {
						color: inherit;
					}
				}
			}
		}
		.row + .vcard-field-add-info {
			padding-top: 0;
		}
	}
}