@import "helpers/all";
@import "partials/all";


.article-source {
	margin-top: 34px;
	
	a {
		background-color: #FAFBFC;
		border: 1px solid #D9DADC;
		border-radius: 6px;
		box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
		color: #24292E;
		cursor: pointer;
		display: inline-block;
		font-size: 18px;
		font-weight: 500;
		line-height: 20px;
		padding: 12px 24px;
		text-decoration: none;
	}
	a:hover {
		background-color: #F3F4F6;
		text-decoration: none;
		transition-duration: 0.1s;
	}
	a:active {
		background-color: #EDEFF2;
		box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
		transition: none 0s;
	}
}

