
@import "@{base-path}/word-author/word-author.less"; 
@import "@{base-path}/word-author/modifiers/word-author_claret/word-author_claret.less"; 

.word-author{
	background-color: #eee;
}

.word-author__buy:before {
	background-image: url("../icons/dollar_claret.svg");
}

.word-author__look-projects:before{ 
	background-image: url("../icons/eye.svg");
} 

.word-author__share:before{
	background-image: url("../icons/share.svg");
}
	