This commit is contained in:
oliver
2026-06-10 19:39:29 -03:00
parent 65fdea1e5f
commit ce1980c310
2 changed files with 28 additions and 1 deletions
+12
View File
@@ -709,6 +709,18 @@ body::after {
flex-shrink: 0;
}
.agent-tab-dot--red {
background: var(--danger);
box-shadow: 0 0 0 2px rgba(224, 82, 82, 0.25);
}
.agent-tab-expires {
font-size: 10px;
color: var(--danger);
font-weight: 500;
margin-left: 3px;
}
.agent-tab-badge {
font-size: 10px;
font-weight: 600;