feat: apply B-147 visual tokens to shell and three representative pages
Closes B-156 Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
co-authored by
Cursor
multica-agent
parent
b60a4cb682
commit
e778c883db
@@ -227,7 +227,7 @@
|
||||
|
||||
font-size: var(--font-size-card-title);
|
||||
|
||||
font-weight: var(--font-weight-bold);
|
||||
font-weight: var(--font-weight-semibold);
|
||||
}
|
||||
|
||||
.card-h .sub {
|
||||
|
||||
@@ -52,21 +52,21 @@
|
||||
}
|
||||
|
||||
.segmented {
|
||||
height: 34px;
|
||||
height: var(--control-height);
|
||||
|
||||
display: flex;
|
||||
|
||||
overflow: hidden;
|
||||
|
||||
min-height: 36px;
|
||||
min-height: var(--control-height);
|
||||
|
||||
padding: 2px;
|
||||
|
||||
border: 0px;
|
||||
|
||||
border-radius: 7px;
|
||||
border-radius: var(--radius-md);
|
||||
|
||||
background: rgb(236, 239, 244);
|
||||
background: var(--surface-muted);
|
||||
}
|
||||
|
||||
.segment {
|
||||
@@ -82,11 +82,11 @@
|
||||
|
||||
border: 0px;
|
||||
|
||||
border-radius: 5px;
|
||||
border-radius: 6px;
|
||||
|
||||
color: var(--text-secondary);
|
||||
|
||||
font-size: 11.5px;
|
||||
font-size: var(--font-size-label);
|
||||
}
|
||||
|
||||
.segment.active {
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
|
||||
color: var(--text-muted);
|
||||
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.table-action {
|
||||
@@ -242,7 +242,7 @@
|
||||
}
|
||||
|
||||
.data-table thead th {
|
||||
padding: 0px 11px;
|
||||
padding: 0 12px;
|
||||
|
||||
border-bottom: 1px solid var(--border);
|
||||
|
||||
@@ -256,17 +256,25 @@
|
||||
|
||||
height: 36px;
|
||||
|
||||
font-size: var(--font-size-label);
|
||||
font-size: var(--font-size-caption);
|
||||
}
|
||||
|
||||
.data-table tbody td {
|
||||
padding: 6px 11px;
|
||||
|
||||
border-bottom: 1px solid var(--border-subtle);
|
||||
|
||||
padding: 0 12px;
|
||||
border-bottom: 1px solid var(--border);
|
||||
color: var(--text-primary);
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
height: 41px;
|
||||
.data-table thead tr:last-child th:first-child,
|
||||
.data-table tbody td:first-child,
|
||||
.tbl thead tr:last-child th:first-child,
|
||||
.tbl tbody td:first-child {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.tbl .row-number {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.main-grid .data-table thead th {
|
||||
@@ -300,11 +308,11 @@
|
||||
|
||||
font-weight: 600;
|
||||
|
||||
font-size: 12px;
|
||||
font-size: var(--font-size-caption);
|
||||
|
||||
text-align: left;
|
||||
|
||||
padding: 8px 12px;
|
||||
padding: 0 12px;
|
||||
|
||||
border-bottom: 1px solid var(--line);
|
||||
|
||||
@@ -336,13 +344,17 @@
|
||||
}
|
||||
|
||||
.tbl tbody td {
|
||||
padding: 9px 12px;
|
||||
padding: 0 12px;
|
||||
|
||||
border-bottom: 1px solid var(--line-soft);
|
||||
|
||||
white-space: nowrap;
|
||||
|
||||
vertical-align: middle;
|
||||
|
||||
height: 40px;
|
||||
|
||||
font-size: var(--font-size-table);
|
||||
}
|
||||
|
||||
.tbl tbody tr:hover {
|
||||
|
||||
Reference in New Issue
Block a user