This commit is contained in:
oliver
2026-06-10 19:45:07 -03:00
parent ce1980c310
commit 0f7cdbc432
2 changed files with 24 additions and 3 deletions
+17
View File
@@ -721,6 +721,23 @@ body::after {
margin-left: 3px;
}
.agent-tab-resub {
font-size: 10px;
font-weight: 600;
color: var(--accent);
text-decoration: none;
margin-left: 4px;
padding: 1px 6px;
border: 1px solid var(--accent);
border-radius: 4px;
line-height: normal;
transition: background 0.15s;
}
.agent-tab-resub:hover {
background: var(--accent-dim);
}
.agent-tab-badge {
font-size: 10px;
font-weight: 600;