Template:WMF ContactUs/styles.css

From Wikimedia Foundation Governance Wiki
.wmf-contactus-container {
	background: #F8F9FA;
	border: 1px solid #EAECF0;
	border-radius: 5px;
	padding: 36px 48px 32px 48px;
	min-height: 250px;
}

.wmf-contactus-main {
	min-height: 200px;
	border-bottom: 1px solid #C8CCD1;
}

.wmf-contactus-info {
	max-width: 400px;
}

.wmf-contactus-info-heading {
	font-family: 'Helvetica Neue';
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 150%;
	color: #000000;
	margin: 0;
}

.wmf-contactus-info-text{
	font-family: 'Helvetica Neue';
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 175%;
	color: #000000;
	margin: 13px 0 0 0;
}

.wmf-contactus-info-disclaimer {
	font-family: 'Helvetica Neue';
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 175%;
	color: #72777D;
	margin: 18px 0 0 0;
}

.wmf-contactus-image {
	display: flex;
	flex-direction: column !important;
	align-items: center;
}

.wmf-contactus-textbox textarea {
	resize: none;
	height: 110px;
	width: 444px;
	margin: 0;
	border: 1px solid #A2A9B1;
	border-radius: 2px;
	
	font-family: 'Helvetica Neue';
	font-size: 0.875rem;
	line-height: 1.125rem;
	color: #72777D;
	padding: 6px 8px 6px 8px;
}

.wmf-contactus-textbox textarea::placeholder {
    font-family: 'Helvetica Neue';
	font-size: 0.875rem;
	line-height: 1.125rem;
	color: #72777D;
}

.wmf-contactus-email-and-submit {
	margin: 20px 0 0 0;
	height: 32px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
}

.wmf-contactus-email-and-submit input[type=email] {
	width: 346px;
	padding: 9px 8px;
	background: #FFFFFF;
	border: 1px solid #A2A9B1;
	border-radius: 2px;
	
	font-family: 'Helvetica Neue';
	font-size: 0.875rem;
	line-height: 1.125rem;
	color: #72777D;
}

.wmf-contactus-email-and-submit input[type=email]::placeholder {
    font-family: 'Helvetica Neue';
	font-size: 0.875rem;
	line-height: 1.125rem;
	color: #72777D;
}

.wmf-contactus-email-and-submit input[type=button] {
	margin: 0 0 0 8px;
	width: 74px;
	background: #3A25FF;
	border-radius: 2px;
	border: none;
	
	font-family: 'Helvetica Neue';
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 1.125rem;
	color: #FFFFFF;
	height: 100%;
}

.wmf-contactus-follow {
	margin: 0;
	padding: 22px 0 0 0;
}
.wmf-contactus-follow-heading {
	font-family: 'Helvetica Neue';
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 175%;
	color: #000000;
	margin: 0 68px 0 0;
	flex: 1;
	white-space: nowrap;
}

.wmf-contactus-follow-links {
	display: flex;
	flex: 9;
	justify-content: space-between;
}

.wmf-contactus-follow-links p {
	font-family: 'Helvetica Neue';
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 175%;
	color: #3A25FF;
	width: 20%;
	min-width: 90px;
	margin: 0;
	display: flex;
}

.wmf-contactus-follow-links p a {
	background: unset;
	color: #3A25FF;
	margin: 0 6px 0 0;
}

.wmf-contactus-follow-links p a:visited,
.wmf-contactus-follow-links p a:active {
	color: #3A25FF;
}