Remove WBfeed text labels, keep logo only
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
<div class="topbar__inner">
|
<div class="topbar__inner">
|
||||||
<a href="{{ url_for('index') }}" class="topbar__brand">
|
<a href="{{ url_for('index') }}" class="topbar__brand">
|
||||||
<img src="{{ url_for('static', filename='wb3.png') }}" class="topbar__logo-img" alt="WB">
|
<img src="{{ url_for('static', filename='wb3.png') }}" class="topbar__logo-img" alt="WB">
|
||||||
<span class="topbar__name">WBfeed</span>
|
|
||||||
</a>
|
</a>
|
||||||
<div class="topbar__nav">
|
<div class="topbar__nav">
|
||||||
<a href="{{ url_for('index') }}" class="topbar__link">Отзывы</a>
|
<a href="{{ url_for('index') }}" class="topbar__link">Отзывы</a>
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<div class="topbar__inner">
|
<div class="topbar__inner">
|
||||||
<a href="{{ url_for('index') }}" class="topbar__brand">
|
<a href="{{ url_for('index') }}" class="topbar__brand">
|
||||||
<img src="{{ url_for('static', filename='wb3.png') }}" class="topbar__logo-img" alt="WB">
|
<img src="{{ url_for('static', filename='wb3.png') }}" class="topbar__logo-img" alt="WB">
|
||||||
<span class="topbar__name">WBfeed</span>
|
|
||||||
</a>
|
</a>
|
||||||
<div class="topbar__nav">
|
<div class="topbar__nav">
|
||||||
<a href="{{ url_for('index') }}" class="topbar__link">Отзывы</a>
|
<a href="{{ url_for('index') }}" class="topbar__link">Отзывы</a>
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<div class="topbar__inner">
|
<div class="topbar__inner">
|
||||||
<a href="{{ url_for('index') }}" class="topbar__brand">
|
<a href="{{ url_for('index') }}" class="topbar__brand">
|
||||||
<img src="{{ url_for('static', filename='wb3.png') }}" class="topbar__logo-img" alt="WB">
|
<img src="{{ url_for('static', filename='wb3.png') }}" class="topbar__logo-img" alt="WB">
|
||||||
<span class="topbar__name">WBfeed</span>
|
|
||||||
</a>
|
</a>
|
||||||
<div class="topbar__nav">
|
<div class="topbar__nav">
|
||||||
<a href="{{ url_for('index') }}" class="topbar__link active">Отзывы</a>
|
<a href="{{ url_for('index') }}" class="topbar__link active">Отзывы</a>
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
<div class="login-brand__icon">
|
<div class="login-brand__icon">
|
||||||
<img src="{{ url_for('static', filename='wb3.png') }}" alt="WB">
|
<img src="{{ url_for('static', filename='wb3.png') }}" alt="WB">
|
||||||
</div>
|
</div>
|
||||||
<span class="login-brand__name">WBfeed</span>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1 class="login-promo__title">Автоответы на отзывы<br>Wildberries — на автопилоте</h1>
|
<h1 class="login-promo__title">Автоответы на отзывы<br>Wildberries — на автопилоте</h1>
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
<section class="auth-card">
|
<section class="auth-card">
|
||||||
<div class="auth-kicker">
|
<div class="auth-kicker">
|
||||||
<img src="{{ url_for('static', filename='wb3.png') }}" class="auth-kicker-logo-img" alt="WB">
|
<img src="{{ url_for('static', filename='wb3.png') }}" class="auth-kicker-logo-img" alt="WB">
|
||||||
<span class="auth-kicker-text">WBfeed</span>
|
|
||||||
</div>
|
</div>
|
||||||
<h2 class="login-form-title">Войдите в кабинет</h2>
|
<h2 class="login-form-title">Войдите в кабинет</h2>
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<section class="auth-card">
|
<section class="auth-card">
|
||||||
<div class="auth-kicker">
|
<div class="auth-kicker">
|
||||||
<img src="{{ url_for('static', filename='wb3.png') }}" class="auth-kicker-logo-img" alt="WB">
|
<img src="{{ url_for('static', filename='wb3.png') }}" class="auth-kicker-logo-img" alt="WB">
|
||||||
<span class="auth-kicker-text">Wildberries Feedback</span>
|
|
||||||
</div>
|
</div>
|
||||||
<h1>Запрос доступа</h1>
|
<h1>Запрос доступа</h1>
|
||||||
<p class="auth-subtitle">После регистрации администратор подтвердит доступ к кабинету.</p>
|
<p class="auth-subtitle">После регистрации администратор подтвердит доступ к кабинету.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user