This commit is contained in:
KONE SOREL 2025-12-25 19:42:23 +00:00
parent 09eafceeab
commit e1e43991be
2 changed files with 4 additions and 2 deletions

View File

@ -99,7 +99,9 @@ body {
height: 36px;
}
#lienlogo img{width:50px; max-height: 50px;}
.notification-btn i{font-size : 15pt !important;}
#lienlogo img{width:60px; max-height: 60px;}
/* ============================================
SIDEBAR STYLES

View File

@ -259,7 +259,7 @@ console.groupEnd();
<!-- Notifications -->
<button class="header-btn notification-btn" onclick="appNotifications().showMessagesModal()"
aria-label="Notifications" title="<?= _('Voir les notifications') ?>">
<i class="bi bi-bell" style="font-style: 15pt !important;"></i>
<i class="bi bi-bell"></i>
<span class="notification-badge" id="notificationCount" aria-live="polite">0</span>
</button>