xref: /template/writr/css/plugins/pagebuttons.less (revision 3fe405efcbb4abf8ada40099a744911ce6f31fae)
1/* =Page Buttons Plugin
2----------------------------------------------- */
3
4.page-tools {
5    a.newpagebutton {
6        span.icon::before {
7            content: "\F37D";
8        }
9    }
10    a.newfolderbutton {
11        span.icon::before {
12            content: "\F3D3";
13        }
14    }
15    a.deletepagebutton {
16        span.icon::before {
17            content: "\F375";
18        }
19    }
20}
21