/**
 * Fichier  : /backend/uixpress/style.css
 * Fonction : style personnalisé de uiXpress
 */

/* ==================================================
   Barre d'outils uiXpress
================================================== */

#uixp-toolbar {
    display: none;
}

/* ==================================================
   Bouton notifications uiXpress
================================================== */

.-mr-2 > :first-child {
    display: none;
}

/* ==================================================
   WP admin bar (front)
================================================== */

#wpadminbar,
html {
    margin-top: 0 !important;
}