chip
This commit is contained in:
+10
-10
@@ -727,16 +727,16 @@ body::after {
|
|||||||
.agent-tab-add {
|
.agent-tab-add {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
gap: 7px;
|
||||||
width: 28px;
|
padding: 6px 14px;
|
||||||
height: 28px;
|
border-radius: 20px;
|
||||||
border-radius: 50%;
|
border: 1px solid var(--border);
|
||||||
border: 1px dashed var(--border);
|
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: var(--text-muted);
|
color: var(--text-muted);
|
||||||
font-size: 18px;
|
font-size: 13px;
|
||||||
line-height: 1;
|
font-weight: 500;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
white-space: nowrap;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
transition:
|
transition:
|
||||||
border-color 0.15s,
|
border-color 0.15s,
|
||||||
@@ -744,9 +744,9 @@ body::after {
|
|||||||
background 0.15s;
|
background 0.15s;
|
||||||
}
|
}
|
||||||
.agent-tab-add:hover {
|
.agent-tab-add:hover {
|
||||||
border-color: var(--accent);
|
border-color: rgba(79, 142, 247, 0.4);
|
||||||
color: var(--accent);
|
color: var(--text);
|
||||||
background: var(--accent-dim);
|
background: var(--bg-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabs-loading,
|
.tabs-loading,
|
||||||
|
|||||||
Reference in New Issue
Block a user