This commit is contained in:
oliver
2026-06-10 19:52:56 -03:00
parent 0f7cdbc432
commit 8c0c5a9df7
2 changed files with 23 additions and 42 deletions
-24
View File
@@ -714,30 +714,6 @@ body::after {
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-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;