Add WB logo image to all pages
Replace text "WB" placeholder with wb.png in topbar and login/register pages. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -128,6 +128,13 @@ a:hover { color: var(--blue-dark); text-decoration: underline; }
|
|||||||
box-shadow: 0 4px 14px var(--wb-glow);
|
box-shadow: 0 4px 14px var(--wb-glow);
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
.topbar__logo-img {
|
||||||
|
width: 34px;
|
||||||
|
height: 34px;
|
||||||
|
border-radius: var(--r-sm);
|
||||||
|
object-fit: contain;
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.topbar__name {
|
.topbar__name {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
@@ -912,6 +919,11 @@ textarea:focus {
|
|||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
box-shadow: 0 4px 14px var(--wb-glow);
|
box-shadow: 0 4px 14px var(--wb-glow);
|
||||||
}
|
}
|
||||||
|
.auth-kicker-logo-img {
|
||||||
|
width: 48px;
|
||||||
|
height: 48px;
|
||||||
|
object-fit: contain;
|
||||||
|
}
|
||||||
|
|
||||||
.auth-kicker-text {
|
.auth-kicker-text {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.4 MiB |
@@ -11,7 +11,7 @@
|
|||||||
<nav class="topbar">
|
<nav class="topbar">
|
||||||
<div class="topbar__inner">
|
<div class="topbar__inner">
|
||||||
<a href="{{ url_for('index') }}" class="topbar__brand">
|
<a href="{{ url_for('index') }}" class="topbar__brand">
|
||||||
<span class="topbar__logo">WB</span>
|
<img src="{{ url_for('static', filename='wb.png') }}" class="topbar__logo-img" alt="WB">
|
||||||
<span class="topbar__name">Feedback</span>
|
<span class="topbar__name">Feedback</span>
|
||||||
</a>
|
</a>
|
||||||
<div class="topbar__nav">
|
<div class="topbar__nav">
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<nav class="topbar">
|
<nav class="topbar">
|
||||||
<div class="topbar__inner">
|
<div class="topbar__inner">
|
||||||
<a href="{{ url_for('index') }}" class="topbar__brand">
|
<a href="{{ url_for('index') }}" class="topbar__brand">
|
||||||
<span class="topbar__logo">WB</span>
|
<img src="{{ url_for('static', filename='wb.png') }}" class="topbar__logo-img" alt="WB">
|
||||||
<span class="topbar__name">Feedback</span>
|
<span class="topbar__name">Feedback</span>
|
||||||
</a>
|
</a>
|
||||||
<div class="topbar__nav">
|
<div class="topbar__nav">
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<nav class="topbar">
|
<nav class="topbar">
|
||||||
<div class="topbar__inner">
|
<div class="topbar__inner">
|
||||||
<a href="{{ url_for('index') }}" class="topbar__brand">
|
<a href="{{ url_for('index') }}" class="topbar__brand">
|
||||||
<span class="topbar__logo">WB</span>
|
<img src="{{ url_for('static', filename='wb.png') }}" class="topbar__logo-img" alt="WB">
|
||||||
<span class="topbar__name">Feedback</span>
|
<span class="topbar__name">Feedback</span>
|
||||||
</a>
|
</a>
|
||||||
<div class="topbar__nav">
|
<div class="topbar__nav">
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<div class="auth-shell">
|
<div class="auth-shell">
|
||||||
<section class="auth-card">
|
<section class="auth-card">
|
||||||
<div class="auth-kicker">
|
<div class="auth-kicker">
|
||||||
<span class="auth-kicker-logo">WB</span>
|
<img src="{{ url_for('static', filename='wb.png') }}" class="auth-kicker-logo-img" alt="WB">
|
||||||
<span class="auth-kicker-text">Wildberries Feedback</span>
|
<span class="auth-kicker-text">Wildberries Feedback</span>
|
||||||
</div>
|
</div>
|
||||||
<h1>Добро пожаловать</h1>
|
<h1>Добро пожаловать</h1>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<div class="auth-shell">
|
<div class="auth-shell">
|
||||||
<section class="auth-card">
|
<section class="auth-card">
|
||||||
<div class="auth-kicker">
|
<div class="auth-kicker">
|
||||||
<span class="auth-kicker-logo">WB</span>
|
<img src="{{ url_for('static', filename='wb.png') }}" class="auth-kicker-logo-img" alt="WB">
|
||||||
<span class="auth-kicker-text">Wildberries Feedback</span>
|
<span class="auth-kicker-text">Wildberries Feedback</span>
|
||||||
</div>
|
</div>
|
||||||
<h1>Запрос доступа</h1>
|
<h1>Запрос доступа</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user