HEX
Server: Apache/2.4.37 (CentOS Stream) OpenSSL/1.1.1k
System: Linux ysnet.com.tw 4.18.0-553.5.1.el8.x86_64 #1 SMP Tue May 21 05:46:01 UTC 2024 x86_64
User: test (521)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /var/www/test/wp-content/plugins/code-snippets/css/menu.scss
#adminmenu {
	.toplevel_page_snippets div.wp-menu-image::before {
		content: '';
		mask-image: url('../assets/menu-icon.svg');
		mask-repeat: no-repeat;
		mask-position: center;
		background-color: currentcolor;
	}

	.code-snippets-upgrade-button {
		color: #fff;
		background-color: #d46f4d;
		border: none;
		text-align: center;
		font-weight: bold;
		transition: background-color .1s linear;
		white-space: break-spaces;
		line-height: inherit;
		display: flex;
		justify-content: center;
		align-items: center;

		&:hover {
			background-color: #08c5d1;
		}

		.dashicons {
			vertical-align: text-bottom;
		}
	}

	.wp-submenu a[href='admin.php?page=code_snippets_upgrade']:hover {
		box-shadow: none;
	}
}