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