.docs-icon {
	display: inline-block;
	position: relative;
	padding-bottom: 100%;
	width: 100%; height: 0;
	font-size: 2.8rem;
	background: $color03;

	> * {
		position: absolute; top: 50%; left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}

	+ .docs-code {
		display: block;
		margin-bottom: $margin-default/2;
		font-size: 12px;
		word-wrap: break-word;
	}
}