Template:WMF Section header/styles.css

From Wikimedia Foundation Governance Wiki
#wmf-section-header {
	padding: 2% 0;
	background-color: #F1F3F5;
	width:100%;
}

#wmf-section-header-left {
	padding-left: 5%;
	padding-right: 5%;
}

#wmf-section-header-left > p:nth-child(1) {
	font-family: 'Georgia';
	font-size: 1.5rem;
	line-height: 150%;
	color: #202122;
}

#wmf-section-header-left > p:nth-child(2) {
	all: unset;
	font-family: 'Helvetica Neue';
	font-style: normal;
	font-weight: 700;
	font-size: 2.8vw;
	line-height: 125%;
	color: #202122;
}

#wmf-section-header-left-more {
	margin-top: 8%;
}

#wmf-section-header-left-more a {
	background-color: #3A25FF;
	color: #fff;
	text-decoration: none;
	padding: 0.8em;
	font-weight: bold;
}

#wmf-section-header-right-img {
	align-items: center;
	justify-content: flex-end;
	padding-right: 5%
}