HEX
Server: LiteSpeed
System: Linux server240.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User: creaqbdc (8964)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: //proc/self/cwd/wp-content/plugins/essential-blocks/src/blocks/lottie-animation/src/style.scss
.eb-lottie-animation-wrapper {
	display: flex;
	flex-direction: column;

	.eb-lottie-animation {
		width: 100%;
		height: 100%;

		// svg {
		// 	height: auto !important;
		// }
	}
}

.eb-lottie-animation-wrapper:not(.v2) .eb-lottie-animation {
	canvas {
		width: 100%;
		height: 100%;
	}
}

.wp-block-essential-blocks-lottie-animation {
	.components-placeholder__label {
		font-size: 22px;

		svg {
			width: 24px;
			height: 24px;
		}
	}
}

.eb-upload-json {
	width: 100%;
	background: #f0f0f1;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #50575e;
	font-size: 13px !important;
	line-height: 1.4em !important;
	margin-bottom: 10px;
	text-transform: none !important;
	font-weight: 400 !important;
	height: 110px;
	display: flex;
	flex-direction: column;
	padding: 0;
	justify-content: space-between;

	svg {
		height: 25px;
		width: 25px;
		margin-top: 30px;
	}

	span {
		margin-top: 20px;
		background: #d4d4d4;
		display: inline-block;
		width: 100%;
		padding: 7px;
	}
}