/**
 * Flatboard 5 - Styles pour le dropdown de notifications
 */

#notification-count {
    display: none;
    font-size: 0.65rem;
    padding: 0.25em 0.5em;
    min-width: 18px;
    height: 18px;
    line-height: 1.2;
    font-weight: 700;
    box-shadow: 0 0 0 2px var(--primary-color);
}

#notification-dropdown-menu {
    min-width: 320px;
    max-width: 400px;
}

#mark-all-notifications-read {
    font-size: 0.75rem;
    line-height: 1;
    white-space: nowrap;
}





