Logo Assureur
This commit is contained in:
parent
7088f00b64
commit
7f7259057b
|
|
@ -99,6 +99,10 @@ body {
|
|||
height: 36px;
|
||||
}
|
||||
|
||||
.notification-btn i{
|
||||
font-style: 14pt;
|
||||
}
|
||||
|
||||
/* ============================================
|
||||
SIDEBAR STYLES
|
||||
============================================ */
|
||||
|
|
|
|||
|
|
@ -259,9 +259,16 @@ 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-size:12pt;"></i>
|
||||
<i class="bi bi-bell"></i>
|
||||
<span class="notification-badge" id="notificationCount" aria-live="polite">0</span>
|
||||
</button>
|
||||
|
||||
<!-- Logo Assureur -->
|
||||
<div >
|
||||
<img src="<?= $_SESSION['lienLogo'] ?>" alt="Logo Assureur " style="width:90px;max-height: 60px;">
|
||||
<span > <?=$companyDisplayName?> </span>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Language Selector -->
|
||||
<div class="language-selector" onclick="appLanguage().changeLanguage()"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user