fix(admin): logo reel dans la sidebar (remplace le W dessine)
All checks were successful
CI / secret-scan (push) Successful in 13s
CI / php-lint (push) Successful in 31s
CI / static-tests (push) Successful in 1m31s
CI / js-tests (push) Successful in 37s
CI / php-lint (pull_request) Successful in 30s
CI / static-tests (pull_request) Successful in 1m10s
CI / secret-scan (pull_request) Successful in 12s
CI / js-tests (pull_request) Successful in 35s
CI / auto-merge (push) Has been skipped
CI / auto-merge (pull_request) Successful in 5s

This commit is contained in:
Imugiii 2026-06-18 12:19:36 +00:00
parent 29a191e506
commit 3b325b1b45
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">
<div class="sidebar-brand">
<span class="sidebar-brand-mark" aria-hidden="true">
<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>
<img class="sidebar-brand-logo" src="/assets/images/logo.png" alt="Wakdo">
<span class="sidebar-brand-name">Wak<span>do</span></span>
</div>
<div class="sidebar-section">

View file

@ -294,15 +294,9 @@ button {
padding: 20px 10px 14px;
}
.sidebar-brand-mark {
width: 44px;
height: 44px;
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);
.sidebar-brand-logo {
height: 34px;
width: auto;
flex-shrink: 0;
}