@use "~admin-stylesheets/colors";

#wpfooter,
#wpbody-content > div:not(.experiment-results):not(#screen-meta) {
	display: none;
}

#wpwrap {
	background: colors.$nab-background-white;
}

#wpbody-content {
	padding: 0;
}

#wpcontent {
	padding-left: 0;
}

ul#adminmenu a.wp-has-current-submenu::after,
ul#adminmenu > li.current > a.current::after {
	border-right-color: colors.$nab-background-white;
}

#results {
	background: colors.$nab-background-white;
	bottom: 0;
	left: 0;
	position: relative;
	right: 0;
	top: 0;
}
