/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.ap-format-pdf{
    background-image: url(../img/pdf-icon-gradient.svg);
}
.ap-format-doc,
.ap-format-docx{
    background-image: url(../img/doc-icon-gradient.svg);
}
.ap-format-other{
    background-image: url(../img/other-icon-gradient.svg);
}