style: enforce 12px minimum font size across all components
All checks were successful
Build & Publish / publish (push) Successful in 1m2s
SonarQube Analysis / sonarqube (push) Successful in 2m25s

Add --font-size-min: 12px token to tokens.css. Replace all 10px and 11px
font-size declarations with 12px across 54 CSS module files for improved
readability.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-08 12:13:17 +02:00
parent 7e545140a2
commit 433d0926e6
54 changed files with 141 additions and 140 deletions

View File

@@ -75,7 +75,7 @@
}
.headerStatLabel {
font-size: 10px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.6px;
@@ -105,7 +105,7 @@
}
.chainLabel {
font-size: 10px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
@@ -120,7 +120,7 @@
padding: 4px 10px;
border-radius: var(--radius-sm);
border: 1px solid var(--border-subtle);
font-size: 11px;
font-size: 12px;
font-family: var(--font-mono);
cursor: pointer;
background: var(--bg-surface);
@@ -187,7 +187,7 @@
.procCount {
font-family: var(--font-mono);
font-size: 10px;
font-size: 12px;
font-weight: 500;
padding: 1px 8px;
border-radius: 10px;
@@ -205,7 +205,7 @@
.toggleBtn {
padding: 4px 12px;
font-size: 11px;
font-size: 12px;
font-family: var(--font-body);
border: none;
background: transparent;
@@ -297,7 +297,7 @@
.panelTag {
font-family: var(--font-mono);
font-size: 10px;
font-size: 12px;
padding: 1px 6px;
border-radius: 8px;
background: var(--bg-inset);
@@ -326,7 +326,7 @@
grid-template-columns: 140px 1fr;
padding: 4px 0;
border-bottom: 1px solid var(--border-subtle);
font-size: 11px;
font-size: 12px;
}
.headerKvRow:last-child {
@@ -356,7 +356,7 @@
}
.sectionLabel {
font-size: 10px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.6px;
@@ -369,7 +369,7 @@
.count {
font-family: var(--font-mono);
font-size: 10px;
font-size: 12px;
padding: 0 5px;
border-radius: 8px;
background: var(--bg-inset);
@@ -389,7 +389,7 @@
padding: 2px 8px;
border-radius: var(--radius-sm);
font-family: var(--font-mono);
font-size: 10px;
font-size: 12px;
font-weight: 600;
background: var(--error-bg);
color: var(--error);
@@ -398,7 +398,7 @@
.errorMessageBox {
font-family: var(--font-mono);
font-size: 11px;
font-size: 12px;
color: var(--text-secondary);
background: var(--error-bg);
padding: 10px 12px;
@@ -414,7 +414,7 @@
display: grid;
grid-template-columns: 120px 1fr;
gap: 4px 12px;
font-size: 11px;
font-size: 12px;
}
.errorDetailLabel {