This commit is contained in:
KONE SOREL 2025-12-25 19:27:45 +00:00
parent 8bd3232321
commit 0c4676b4a1
2 changed files with 6 additions and 6 deletions

View File

@ -99,9 +99,9 @@ body {
height: 36px;
}
.notification-btn i{
font-style: 14pt;
}
.notification-btn i{font-style: 14pt;}
#lienlogo img{width:60px; max-height: 60px;}
/* ============================================
SIDEBAR STYLES

View File

@ -148,7 +148,7 @@ console.groupEnd();
<link rel="manifest" href="<?= $racineWeb ?>manifest.json">
<!-- 4. VOS STYLES PERSONNALISÉS (en dernier pour qu'ils dominent) -->
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2025.12.24.20" rel="stylesheet">
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2025.12.25.00" rel="stylesheet">
<link href="<?= $racineWeb ?>Bootstrap_new/css/ux_enhancements.css?ver=2025.12.21.02" rel="stylesheet">
<!-- ============================================
@ -264,8 +264,8 @@ console.groupEnd();
</button>
<!-- Logo Assureur -->
<div >
<img src="<?= $_SESSION['lienLogo'] ?>" alt="Logo Assureur " style="width:60px;max-height: 40px;">
<div id="lienlogo">
<img src="<?= $_SESSION['lienLogo'] ?>" alt="Logo Assureur">
<span > <?=$companyDisplayName?> </span>
</div>