Template:NPP dashboard/styles.css

From Bharatpedia, an open encyclopedia
.npp-dashboard-dash {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.npp-dashboard dt {
	font-weight: normal;
	font-size: smaller;
}
.npp-dashboard dd {
	margin-left: 0;
	font-size: larger;
	font-weight: 500;
}
.npp-dashboard .trend {
	font-size: smaller;
	font-weight: 600;
}
.npp-dashboard-warnings {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
}
.npp-dashboard-attribution {
	margin: 0;
	text-align: right;
}