Jump to content

Template:Community Wishlist Survey/Schedule box/styles.css

From Meta, a Wikimedia project coordination wiki
.community-wishlist-survey-schedule {
	background: #f8f9fa;
	border-bottom: solid 4px #36c;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.community-wishlist-survey-schedule--phase {
	display:inline-block;
	flex: 1;
	padding: 10px;
	min-width: 10em;
	width: 15em;
}
.community-wishlist-survey-schedule--phase-heading {
	padding: 15px 0;
}
.community-wishlist-survey-schedule--phase-inactive {
	color: #54595d;
}