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/wp-content/themes/ronneby/assets/less.lib/components/mvb-icon.less
.mvb-icon {
	@em: 1.5em;
	.margin-left-right() {
		margin-left: auto;
		margin-right: auto;
	}
	
	text-align: center;
	
	
	// align
	&.left {
		text-align: left;
	}
	
	&.center {
		text-align: center;
	}
	
	&.right {
		text-align: right;
	}
	
	>div {
		text-align: center;
	}
	
	// background type
	.square {
		width: @em;
		height: @em;
		line-height: @em;
		.margin-left-right();
	}
	
	.circle {
		.rounded(50%);
		width: @em;
		height: @em;
		line-height: @em;
		.margin-left-right();
	}
	
	.hexagon {
		position: relative;
		width: @em;
		height: 0.955em;
		/*top: -0.4775em;*/
		margin-top: 0.4em;
		.margin-left-right();
		font-size: inherit;
		.rounded(0.12em);
		
		>div {
			background-color: inherit;
			position: absolute;
			top: 0;
			left: 0;
			.rounded(0.12em);
			width: inherit;
			height: inherit;
			font-size: inherit;
			line-height: 0.955em;
			z-index: 3;
			text-align: center;
			&:nth-child(2) {
				.rotate(60deg);
				z-index: 1;
			}
			&:nth-child(3) {
				.rotate(120deg);
				z-index: 1;
			}
		}
		&:hover div {
			background-color: inherit;
		}
	}
}