feat: align portal with shared UI foundations

This commit is contained in:
2026-08-18 21:32:42 +02:00
parent df1a7d3bb1
commit a15f599756
2 changed files with 15 additions and 3 deletions
+3 -3
View File
@@ -58,7 +58,7 @@
min-height: 56px;
padding: 9px 12px;
border: 1px solid var(--border);
border-radius: 6px;
border-radius: var(--radius-compact);
background: var(--surface-raised);
color: var(--text);
text-align: left;
@@ -95,7 +95,7 @@
padding: 16px;
border: 1px solid var(--border);
border-left: 3px solid var(--accent);
border-radius: 6px;
border-radius: var(--radius-compact);
background: var(--surface-raised);
}
@@ -132,7 +132,7 @@
.portal-service-metadata span {
padding: 3px 7px;
border-radius: 4px;
border-radius: var(--radius-sm);
background: var(--surface-muted);
color: var(--text-soft);
font-size: 0.78rem;