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/visual-composer/accordion.less
/* 
    Created on : 04.03.2015, 10:17:55
    Author     : DFD
	Styles for : Accordion module
*/
.wpb_accordion {
	.wpb_accordion_section {
		.wpb_accordion_header {
			font-family: @box-name-font-family;
			font-size: @box-name-font-size - 2;
			font-weight: @box-name-font-weight;
			color: @box-name-color;
			text-transform: uppercase;
			letter-spacing: 1.8px;
			.block();
			.rel();
			height: auto;
			background: transparent;
			margin-bottom: 10px;
			padding: 0;
			border: 1px solid transparent;
			.box-shadow(0px 0px 0px 1px @border-color);
			.transition(~"border-color .3s ease-in-out, box-shadow .3s ease-in-out");
			.ui-accordion-header-icon {
				.hide();
			}
			a {
				color: inherit;
				padding: 0 30px;
				line-height: 50px;
			}
			&.ui-accordion-header-active {
				border-color: @title-color;
				.box-shadow(0px 0px 0px 1px @title-color);
			}
			&:last-child {
				margin: 0;
			}
		}
		.wpb_accordion_content {
			padding: 20px 0 30px 0;
		}
	}
}