.o-comment-ui--settings {
	display: inline-block;
	margin-left: 10px;
	color: oColorsByName("black-20");

	.o-comment-ui--settings-text {
		padding-left: 10px;
		color: oColorsByName("oxford");
		cursor: pointer;
		display: inline-block;
	}

	.o-comment-ui--settings-icon {
		@include oIconsContent('settings', oColorsByName('oxford'), $size: 25);
		vertical-align: bottom;
	}
}
