xref: /template/writr/css/plugins/pagebuttons.less (revision 164892f0c152235f732ee7232653aa954c072878)
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