branding: mută sigla Romfast în subsolul meniului lateral
Revert antet/subsol Romfast din corpul aplicației (App.vue, adăugate azi). Sigla Romfast apare acum doar în subsolul meniului expandabil, aliniată la stânga, cu link către romfast.ro. Se afișează doar când meniul e expandat; verificat pe desktop, tabletă și mobil. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -77,6 +77,17 @@
|
||||
<LogOut :size="18" />
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<a
|
||||
v-show="showLabels"
|
||||
class="sidebar-brand"
|
||||
href="https://romfast.ro"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
title="romfast.ro"
|
||||
>
|
||||
<img class="sidebar-brand-logo" src="/romfast_logo.png" alt="Romfast" />
|
||||
</a>
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
@@ -218,6 +229,26 @@ const handleLogout = () => {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* Romfast brand */
|
||||
.sidebar-brand {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
padding: 0.85rem 0.25rem 0.25rem;
|
||||
}
|
||||
|
||||
.sidebar-brand-logo {
|
||||
height: 32px;
|
||||
width: auto;
|
||||
display: block;
|
||||
opacity: 0.9;
|
||||
transition: opacity var(--transition-fast);
|
||||
}
|
||||
|
||||
.sidebar-brand:hover .sidebar-brand-logo {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* Navigation */
|
||||
.sidebar-nav {
|
||||
flex: 1;
|
||||
|
||||
Reference in New Issue
Block a user