HEX
Server: Apache
System: Linux top 5.8.11-1.el7.elrepo.x86_64 #1 SMP Tue Sep 22 18:18:35 EDT 2020 x86_64
User: www (1000)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,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_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/www.018111.cn/wp-content/plugins/wp-user-manager/assets/css/src/admin/licensing.scss
.wpum-license-message {
	background: #fff;
	border-left: 4px solid #fff;
	box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1);
	margin: 5px 0px 2px 0;
	padding: 1px 12px;
	p {
		margin: 0.5em 0 !important;
		padding: 2px !important;
		font-weight: bold;
	}
	&--large {
		padding: 10px 20px;
	}
	&.notice-success {
		border-left-color: #46b450;
	}
	&.notice-warning {
		border-left-color: #ffb900;
	}
	&.notice-error {
		border-left-color: #dc3232;
		a {
			text-decoration: underline;
		}
	}
	&.notice-info {
		border-left-color: #00a0d2;
	}
	.notice-dismiss {
		position: absolute;
		top: 0;
		right: 1px;
		border: none;
		margin: 0;
		padding: 9px;
		background: none;
		color: #72777c;
		cursor: pointer;
		&:before {
			background: 0 0;
			color: #72777c;
			content: "\f153";
			display: block;
			font: 400 16px/20px dashicons;
			speak: none;
			height: 20px;
			text-align: center;
			width: 20px;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}
		&:focus {
			outline: none;
			box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
		}
		&:hover,
		&:active,
		&:focus {
			&:before {
				color: #c00;
			}
		}
	}
	&.is-dismissible {
		padding-right: 38px;
		position: relative;
	}
	&.is-alt {
		box-shadow: none;
		&.notice-success {
			background-color: #ecf7ed;
		}
		&.notice-warning {
			background-color: #fff8e5;
		}
		&.notice-error {
			background-color: #fbeaea;
		}
		&.notice-info {
			background-color: #e5f5fa;
		}
	}
}