xref: /template/writr/css/plugins/dw2pdf.less (revision 2b22414d994845d1eb0b8dc6cadd42567e319238)
1/* =DW2PDF Plugin
2----------------------------------------------- */
3
4.page-tools {
5    a.export_pdf {
6        span.icon::before {
7            content: "\F756";
8        }
9    }
10}
11