diff --git a/src/app/components/header/header.html b/src/app/components/header/header.html index 81d7242..ce0151e 100644 --- a/src/app/components/header/header.html +++ b/src/app/components/header/header.html @@ -20,11 +20,6 @@
- - - LIVE - - @@ -42,9 +37,9 @@
- + diff --git a/src/app/components/header/header.scss b/src/app/components/header/header.scss index d9449af..512248e 100644 --- a/src/app/components/header/header.scss +++ b/src/app/components/header/header.scss @@ -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;