/* =Page Buttons Plugin
----------------------------------------------- */

.page-tools {
    a.newpagebutton {
        span.icon::before {
            content: "\F37D";
        }
    }
    a.newfolderbutton {
        span.icon::before {
            content: "\F3D3";
        }
    }
    a.deletepagebutton {
        span.icon::before {
            content: "\F375";
        }
    }
}
