This commit is contained in:
KONE SOREL 2026-01-20 15:34:13 +00:00
parent 0824a3363f
commit da7247717d
2 changed files with 3 additions and 3 deletions

View File

@ -136,7 +136,7 @@ body {
} }
.user-role { .user-role {
font-size: 0.75rem !important; font-size: 1.15rem !important;
opacity: 0.8; opacity: 0.8;
} }

View File

@ -126,7 +126,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
<link rel="manifest" href="<?= $racineWeb ?>manifest.json"> <link rel="manifest" href="<?= $racineWeb ?>manifest.json">
<!-- 4. VOS STYLES PERSONNALISÉS (en dernier pour qu'ils dominent) --> <!-- 4. VOS STYLES PERSONNALISÉS (en dernier pour qu'ils dominent) -->
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2026.01.20.04" rel="stylesheet"> <link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2026.01.20.05" rel="stylesheet">
<link href="<?= $racineWeb ?>Bootstrap_new/css/ux_enhancements.css?ver=2025.12.21.02" rel="stylesheet"> <link href="<?= $racineWeb ?>Bootstrap_new/css/ux_enhancements.css?ver=2025.12.21.02" rel="stylesheet">
<!-- Charts --> <!-- Charts -->
@ -278,7 +278,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
<div class="user-name fw-bold" style="line-height: 1.2;"> <div class="user-name fw-bold" style="line-height: 1.2;">
<?= $_SESSION['utilisateur_C'] ?? _('Utilisateur') ?> <?= $_SESSION['utilisateur_C'] ?? _('Utilisateur') ?>
</div> </div>
<div class="user-role text-primary fw-bold fs-2"> <div class="user-role text-primary fw-bold">
<?= $_SESSION['nomClient_C'] ?? _('Client') ?> <?= $_SESSION['nomClient_C'] ?? _('Client') ?>
</div> </div>
</div> </div>