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