HEX
Server: LiteSpeed
System: Linux emerald.serverdnsnetwork.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64
User: mahdetej (1135)
PHP: 8.1.34
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open
Upload Files
File: /home/mahdetej/www/wp-content/plugins/enable-media-replace/scss/_screens.scss
.enable-media-replace.emr-screen
{

	width: 90%;
	background: #fff;
	border: 1px solid #fff;
	position: relative;
	margin: 30px 0;

	h3 {
 		font-size: 24px;
		position: absolute;
		top: -15px;
		left: 30px;
		padding: 16px 8px;
		border: 1px solid #000;
		background: #fff;
		margin: 0;
	}
	.content
	{
		padding: 32px;

	}
	h1 {
		 font-weight: 700;
	}

	p { font-size: 14px; }


	.hide { display: none; }

	&.error-screen {
		 h1 { color: #ff0000; }
	}

}