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

@@ -42,7 +42,7 @@
}
.tableMeta {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
}
@@ -72,7 +72,7 @@
}
.detailLabel {
font-size: 10px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.8px;

View File

@@ -24,7 +24,7 @@
}
.hint {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
font-family: var(--font-body);
}

View File

@@ -11,7 +11,7 @@
}
.entityMeta {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
font-family: var(--font-body);
margin-top: 2px;
@@ -101,7 +101,7 @@
}
.inheritedNote {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
font-style: italic;
font-family: var(--font-body);

View File

@@ -19,7 +19,7 @@
.breakdown {
display: flex;
gap: 8px;
font-size: 11px;
font-size: 12px;
font-family: var(--font-mono);
}
@@ -52,7 +52,7 @@
.scopeSep {
color: var(--text-muted);
font-size: 10px;
font-size: 12px;
}
.scopeCurrent {
@@ -76,7 +76,7 @@
}
.sectionMeta {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
font-family: var(--font-mono);
}
@@ -101,7 +101,7 @@
display: flex;
align-items: center;
gap: 16px;
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
}
@@ -118,7 +118,7 @@
gap: 8px;
padding: 8px 16px;
background: var(--error-bg);
font-size: 11px;
font-size: 12px;
color: var(--error);
font-weight: 500;
}
@@ -192,7 +192,7 @@
}
.chartTitle {
font-size: 11px;
font-size: 12px;
font-weight: 600;
color: var(--text-secondary);
text-transform: uppercase;

View File

@@ -42,7 +42,7 @@
.scopeSep {
color: var(--text-muted);
font-size: 10px;
font-size: 12px;
}
.scopeCurrent {
@@ -82,7 +82,7 @@
}
.chartMeta {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
font-family: var(--font-mono);
}

View File

@@ -49,7 +49,7 @@
}
.tableMeta {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
font-family: var(--font-mono);
}
@@ -97,7 +97,7 @@
align-items: center;
gap: 5px;
font-family: var(--font-mono);
font-size: 11px;
font-size: 12px;
color: var(--text-secondary);
}
@@ -128,14 +128,14 @@
}
.inlineErrorText {
font-size: 11px;
font-size: 12px;
color: var(--error);
font-family: var(--font-mono);
line-height: 1.4;
}
.inlineErrorHint {
font-size: 10px;
font-size: 12px;
color: var(--text-muted);
margin-top: 3px;
}
@@ -154,7 +154,7 @@
}
.panelSectionTitle {
font-size: 11px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
@@ -168,7 +168,7 @@
.panelSectionMeta {
margin-left: auto;
font-family: var(--font-mono);
font-size: 10px;
font-size: 12px;
font-weight: 500;
text-transform: none;
letter-spacing: 0;
@@ -189,7 +189,7 @@
}
.overviewLabel {
font-size: 10px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.6px;
@@ -209,14 +209,14 @@
.errorClass {
font-family: var(--font-mono);
font-size: 10px;
font-size: 12px;
font-weight: 600;
color: var(--error);
margin-bottom: 4px;
}
.errorMessage {
font-size: 11px;
font-size: 12px;
color: var(--text-secondary);
line-height: 1.5;
font-family: var(--font-mono);

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 {

View File

@@ -57,7 +57,7 @@
}
.navLabel {
font-size: 11px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.06em;

View File

@@ -76,7 +76,7 @@
}
.logoExport {
font-size: 10px;
font-size: 12px;
font-family: var(--font-mono);
color: var(--text-muted);
background: var(--bg-body);

View File

@@ -56,7 +56,7 @@
}
.demoLabel {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
font-weight: 500;
}

View File

@@ -56,7 +56,7 @@
}
.demoLabel {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
font-weight: 500;
}
@@ -80,7 +80,7 @@
border: 1px solid var(--border);
border-radius: var(--radius-sm);
overflow: hidden;
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
}

View File

@@ -56,7 +56,7 @@
}
.demoLabel {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
font-weight: 500;
}

View File

@@ -45,7 +45,7 @@
}
.routeGroup {
font-size: 11px;
font-size: 12px;
font-family: var(--font-mono);
color: var(--text-muted);
background: var(--bg-inset);
@@ -78,7 +78,7 @@
}
.kpiLabel {
font-size: 10px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.6px;
@@ -124,7 +124,7 @@
}
.sectionMeta {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
font-family: var(--font-mono);
}
@@ -167,7 +167,7 @@
}
.tableMeta {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
font-family: var(--font-mono);
}
@@ -196,7 +196,7 @@
align-items: center;
gap: 5px;
font-family: var(--font-mono);
font-size: 11px;
font-size: 12px;
color: var(--text-secondary);
}
@@ -228,14 +228,14 @@
.errorClass {
font-family: var(--font-mono);
font-size: 10px;
font-size: 12px;
font-weight: 600;
color: var(--error);
margin-bottom: 4px;
}
.errorText {
font-size: 11px;
font-size: 12px;
color: var(--error);
font-family: var(--font-mono);
line-height: 1.4;
@@ -264,7 +264,7 @@
}
.errorPatternMessage {
font-size: 11px;
font-size: 12px;
color: var(--text-secondary);
font-family: var(--font-mono);
line-height: 1.5;
@@ -274,7 +274,7 @@
}
.errorPatternTime {
font-size: 10px;
font-size: 12px;
color: var(--text-muted);
font-family: var(--font-mono);
}

View File

@@ -30,7 +30,7 @@
}
.refreshText {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
font-family: var(--font-mono);
}
@@ -66,7 +66,7 @@
}
.tableMeta {
font-size: 11px;
font-size: 12px;
color: var(--text-muted);
font-family: var(--font-mono);
}