Remove status LIVE e ajusta ação de Perfil

This commit is contained in:
Eduardo Lopes 2026-01-22 14:53:02 -03:00
parent 6c243ef2c5
commit 1eac19177c
2 changed files with 3 additions and 28 deletions

View File

@ -20,11 +20,6 @@
</div>
<div class="logged-actions">
<span class="status-pill">
<span class="status-dot"></span>
LIVE
</span>
<button type="button" class="btn-icon btn-bell" aria-label="Notificações">
<i class="bi bi-bell"></i>
</button>
@ -42,9 +37,9 @@
</button>
<div class="options-dropdown" *ngIf="optionsOpen">
<a routerLink="/dadosusuarios" class="options-item" (click)="closeOptions()">
<button type="button" class="options-item" (click)="closeOptions()">
Perfil
</a>
</button>
<button type="button" class="options-item danger" (click)="logout()">
Sair
</button>

View File

@ -137,27 +137,7 @@
}
}
/* ✅ Status e opções (logado) */
.status-pill {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 6px 12px;
border-radius: 999px;
background: rgba(16, 185, 129, 0.12);
color: #0f766e;
font-weight: 800;
font-size: 12px;
letter-spacing: 0.06em;
}
.status-dot {
width: 10px;
height: 10px;
border-radius: 50%;
background: #22c55e;
box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18);
}
/* ✅ Opções (logado) */
.btn-bell {
width: 42px;