Sync styleguide 2026.05.18.1

This commit is contained in:
2026-06-11 07:57:07 +02:00
parent 379d11f11a
commit 5009e5ff3b
4 changed files with 17 additions and 2 deletions
@@ -20,6 +20,7 @@
} }
.sg-score-state--positive, .sg-score-state--positive,
.sg-score-state--warning,
.sg-score-state--neutral, .sg-score-state--neutral,
.sg-score-state--negative { .sg-score-state--negative {
margin: 0; margin: 0;
@@ -31,6 +32,10 @@
color: var(--text-score-state-positive); color: var(--text-score-state-positive);
} }
.sg-score-state--warning {
color: var(--text-score-state-warning);
}
.sg-score-state--neutral { .sg-score-state--neutral {
color: var(--text-score-state-neutral); color: var(--text-score-state-neutral);
} }
+5
View File
@@ -3739,6 +3739,7 @@ section + section {
} }
.sg-score-state--positive, .sg-score-state--positive,
.sg-score-state--warning,
.sg-score-state--neutral, .sg-score-state--neutral,
.sg-score-state--negative { .sg-score-state--negative {
margin: 0; margin: 0;
@@ -3750,6 +3751,10 @@ section + section {
color: var(--text-score-state-positive); color: var(--text-score-state-positive);
} }
.sg-score-state--warning {
color: var(--text-score-state-warning);
}
.sg-score-state--neutral { .sg-score-state--neutral {
color: var(--text-score-state-neutral); color: var(--text-score-state-neutral);
} }
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"styleguideVersion": "2026.05.18.1", "styleguideVersion": "2026.05.18.1",
"styleguideCommit": "c06be10", "styleguideCommit": "8b7d5ef",
"syncedAtUtc": "2026-06-11T05:50:42Z", "syncedAtUtc": "2026-06-11T05:57:07Z",
"sourceRepo": "/Users/mathias/Documents/Dokumente Chouchou/Codebases/Styleguide", "sourceRepo": "/Users/mathias/Documents/Dokumente Chouchou/Codebases/Styleguide",
"mirroredDocsPath": "docs/styleguide" "mirroredDocsPath": "docs/styleguide"
} }
+5
View File
@@ -3739,6 +3739,7 @@ section + section {
} }
.sg-score-state--positive, .sg-score-state--positive,
.sg-score-state--warning,
.sg-score-state--neutral, .sg-score-state--neutral,
.sg-score-state--negative { .sg-score-state--negative {
margin: 0; margin: 0;
@@ -3750,6 +3751,10 @@ section + section {
color: var(--text-score-state-positive); color: var(--text-score-state-positive);
} }
.sg-score-state--warning {
color: var(--text-score-state-warning);
}
.sg-score-state--neutral { .sg-score-state--neutral {
color: var(--text-score-state-neutral); color: var(--text-score-state-neutral);
} }