Save
This commit is contained in:
parent
09eafceeab
commit
e1e43991be
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user