Template:WMF AskUs/styles.css

From Wikimedia Foundation Governance Wiki
.wmf-askus-container {
	height: 348px;
	display: flex;
}

.wmf-askus-left {
	height: 100%;
	background: #F8F9FA;
	border: 1px solid #EAECF0;
	border-radius: 5px;
	min-width: 477px;
	width: 477px;
	margin: 0;
}

.wmf-askus-left-heading {
	font-family: 'Helvetica Neue';
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 150%;
	color: #000000;
	
	margin: 29px 0 0 24px;
}

.wmf-askus-left-textbox textarea {
	resize: none;
	height: 110px;
	margin: 24px 0 0 24px;
	width: 320px;
}

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

.wmf-askus-left-email-and-submit {
	margin: 24px 0 0 24px;
}

.wmf-askus-left-email-and-submit input[type=email] {
	width: 320px;
	padding: 6px 8px;
	background: #FFFFFF;
	border: 1px solid #A2A9B1;
	border-radius: 2px;
}

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

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

.wmf-askus-left-text {
	font-family: 'Helvetica Neue';
	font-size: 0.875rem;
	line-height: 175%;
	color: #72777D;
	margin: 24px 15px 0 24px;
}

.wmf-askus-right {
	height: 100%;
	background: #F8F9FA;
	border: 1px solid #EAECF0;
	border-radius: 5px;
	min-width: 470px;
	width: 100%;
	margin: 0 0 0 2.25rem;
}

.wmf-askus-right-avatar {
	margin: 29px 0 0 24px;
}

.wmf-askus-right-heading {
	font-family: 'Helvetica Neue';
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 150%;
	color: #000000;
	
	margin: 6px 0 0 24px;
}

.wmf-askus-right-text {
	font-family: 'Helvetica Neue';
	font-size: 1.125rem;
	line-height: 175%;
	color: #000000;
	
	margin: 13px 22px 0 24px;
}

.wmf-askus-right-contact {
	margin: 0 0 0 24px;
}

.wmf-askus-right-follow {
	margin: 0 0 0 24px;
}

.wmf-askus-right-follow-heading {
	font-family: 'Helvetica Neue';
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 175%;
	color: #000000;
	margin-top: 22px;
	
}

.wmf-askus-right-follow-links {
	display: flex;
	max-width: 450px;
	flex-wrap: wrap;
}

.wmf-askus-right-follow-links p {
	font-family: 'Helvetica Neue';
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 175%;
	color: #212529;
	margin-top: 0;
	margin-right: 60px;
	
	min-width: 140px;
}

.wmf-askus-right-follow-links p a {
	background: unset;
	color: #212529;
}

.wmf-askus-right-follow-links p a:visited,
.wmf-askus-right-follow-links p a:active {
	color: #212529;
}