/* Hannibase icon in admin toolbar */

.toolbar-icon-hannibase-dashboard::before {
    -webkit-mask-image: url(icons/dashboard.svg) !important;
    mask-image: url(icons/dashboard.svg) !important;
}


/* WHEN CREATING OR EDITING CONTENT TYPE */


/* HIDE VOORBEELDWEERGAVE VOOR INDIENEN OPTION */

body.adminimal main.page-content .node-type-add-form #edit-submission #edit-preview-mode--wrapper {
    display: none;
}


/* HIDE NODE REVISIONS OPTION */

body.adminimal main.page-content .node-type-add-form #edit-workflow .form-item-options-revision {
    display: none;
}


/* HIDE AANGERADEN OP DE VOORPAGINA OPTION */

body.adminimal main.page-content .node-type-add-form #edit-workflow .form-item-options-promote {
    display: none;
}


/* HIDE VASTGEPLAKT BOVENAAN DE LIJST OPTION */

body.adminimal main.page-content .node-type-add-form #edit-workflow .form-item-options-sticky {
    display: none;
}

body.path-admin .region-content {
    min-height: 500px;
}