/* 
 * public/css/jpv_admin_menu.css
 * CSS Admin Menu
 * 
 * @author SIMON Stephane <stephane@bvb-software.fr>
 * @version 1.0.0
*/

.admin-menu {
    position: fixed;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    margin-top: 3em;
    margin-left: 0.5em;
}

.admin-menu a {
    margin-top: 7px;
}