fix(admin): logo reel dans la sidebar back-office (#56)
Some checks are pending
CI / secret-scan (push) Waiting to run
CI / php-lint (push) Waiting to run
CI / static-tests (push) Waiting to run
CI / js-tests (push) Waiting to run
CI / auto-merge (push) Blocked by required conditions

This commit is contained in:
Corentin JOGUET 2026-06-18 14:24:34 +02:00
parent 29a191e506
commit a6ac3d6421
2 changed files with 4 additions and 12 deletions

View file

@ -84,9 +84,7 @@ $navClass = static function (string $code, string $current): string {
<nav class="sidebar"> <nav class="sidebar">
<div class="sidebar-brand"> <div class="sidebar-brand">
<span class="sidebar-brand-mark" aria-hidden="true"> <img class="sidebar-brand-logo" src="/assets/images/logo.png" alt="Wakdo">
<svg width="27" height="27" viewBox="0 0 28 28" fill="none"><path d="M3 5 L7.5 23 L11.5 11 L14 19 L16.5 11 L20.5 23 L25 5" stroke="#1A1A1A" stroke-width="3.2" stroke-linecap="round" stroke-linejoin="round"/></svg>
</span>
<span class="sidebar-brand-name">Wak<span>do</span></span> <span class="sidebar-brand-name">Wak<span>do</span></span>
</div> </div>
<div class="sidebar-section"> <div class="sidebar-section">

View file

@ -294,15 +294,9 @@ button {
padding: 20px 10px 14px; padding: 20px 10px 14px;
} }
.sidebar-brand-mark { .sidebar-brand-logo {
width: 44px; height: 34px;
height: 44px; width: auto;
border-radius: 13px;
background: var(--color-yellow);
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px rgba(255, 199, 44, 0.4);
flex-shrink: 0; flex-shrink: 0;
} }