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/header/header-wishlist.less
/*------------Wishlist button-----------*/
@-webkit-keyframes dfdWishlistHoverAnim {
	0% {
		-webkit-transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.05);
	}
	100% {
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes dfdWishlistHoverAnim {
	0% {
		-moz-transform: scale(1);
	}
	50% {
		-moz-transform: scale(1.05);
	}
	100% {
		-moz-transform: scale(1);
	}
}
@-o-keyframes dfdWishlistHoverAnim {
	0% {
		-o-transform: scale(1);
	}
	50% {
		-o-transform: scale(1.05);
	}
	100% {
		-o-transform: scale(1);
	}
}
@keyframes dfdWishlistHoverAnim {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.header-wishlist-button {
	.rel();
	float: right;
	height: @top-panel-height;
	line-height: @top-panel-height;
	padding-right: 15px;
	margin-right: 15px;
	color: inherit;
	&:before {
		content: "";
		//.block();
		width: 1px;
		.abs();
		right: 0;
		top: 8px;
		bottom: 8px;
		.hide();
	}
	i:before {
		.rel();
		.block();
	}
	i,
	span {
		font-size: 15px;
		.block();
		float: left;
		line-height: inherit;
		color: inherit;
	}
	span {
		font-size: 12px;
		margin-left: 5px;
	}
	&:hover i:before {
		-webkit-animation: dfdWishlistHoverAnim 0.2s ease;
		-moz-animation: dfdWishlistHoverAnim 0.2s ease;
		animation: dfdWishlistHoverAnim 0.2s ease;
	}
}