Jump to content

User:PCN02WPS/styles.css

From Wikipedia, the free encyclopedia
/* don't display anything except the first child div */
section.ext-growthExperiments-NewImpact > div:nth-child(n+2) {
	display: none;
}
/* override the min-height now that we've got rid of a load of the other divs */
div.growthexperiments-homepage-module-impact {
	min-height: 0 !important;
}
/* get rid of the bottom whitespace now that there's only the four boxes */
.growthexperiments-homepage-module {
	padding-bottom: 0;
	padding-top: 0;
	border:0px solid #fff;
	overflow: hidden;
}
/* don't show the impact header */
.growthexperiments-homepage-module h2.growthexperiments-homepage-module-header {
	display: none !important; 
}
.ext-growthExperiments-Impact > div:not(:first-child) {
	display: none;
}
.ext-growthExperiments-ScoreCards__info-button {
	display: none;
}
.ext-growthExperiments-ScoreCard {
	background: rgba(0,0,0,0);
}
.ext-growthExperiments-ScoreCards {
	display: flex;
	justify-content: center;
}