Your IP : 3.138.189.0


Current Path : /var/www/wptbox/wp-content/plugins/ultimate-addons-for-gutenberg/admin/assets/
Upload File :
Current File : /var/www/wptbox/wp-content/plugins/ultimate-addons-for-gutenberg/admin/assets/spectra-submenu.css

/* stylelint-disable selector-id-pattern */

/* Clear to evenly position the next list items after the separator */
#toplevel_page_spectra .wp-submenu li {
	clear: both;
}

/* Add the separator after the first item in the Spectra Settings Submenu */
#toplevel_page_spectra .wp-submenu li.wp-first-item::after {
	content: "";
	border-bottom: 1px solid rgb(255 255 255 / 0.2);
	display: block;
	float: left;
	margin: 8px 0;
	width: 100%;
}

/* Add the separator after the second last item in the Spectra Settings Submenu */
#toplevel_page_spectra .wp-submenu li:nth-child(5)::after {
	content: "";
	border-bottom: 1px solid rgb(255 255 255 / 0.2);
	display: block;
	float: left;
	margin: 8px 0;
	width: 100%;
}

/* Add negative margins to the top separator if this is not the current submenu */
#toplevel_page_spectra.wp-not-current-submenu .wp-submenu li.wp-first-item::after {
	margin: 8px -3px;
}

/* Add negative margins to the bottom separator if this is not the current submenu */
#toplevel_page_spectra.wp-not-current-submenu .wp-submenu li:nth-last-child(2)::after {
	margin: 8px -3px;
}

/* Upgrade now button in sub-menu */
#toplevel_page_spectra .wp-submenu a[href="admin.php?page=spectra&path=upgrade-now"] {
	background-color: #6104ff;
	color: #fff;
	padding: 6px 12px 6px 12px;
	border-radius: 4px;
	text-align: center;
	display: block;
	margin: 8px 12px 8px 12px;
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
}

#toplevel_page_spectra .wp-submenu a[href="admin.php?page=spectra&path=upgrade-now"]:focus,
#toplevel_page_spectra .wp-submenu a[href="admin.php?page=spectra&path=upgrade-now"]:hover {
	box-shadow: unset;
	background-color: #5300e0;
}