Majcool
This commit is contained in:
parent
8bd3232321
commit
0c4676b4a1
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user