Sync styleguide 2026.05.18.1
This commit is contained in:
@@ -101,6 +101,23 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<p class="sg-preview-label">Variante: Dark Content Card</p>
|
||||||
|
|
||||||
|
<div class="sg-preview-area">
|
||||||
|
<article class="sg-card sg-card--content-card sg-card--content-card-dark" data-component="content-card" aria-label="Dark Content Card">
|
||||||
|
<div class="sg-card-segment sg-card-segment--body" data-component-part="card-body">
|
||||||
|
<div class="sg-text-layout-pattern__sample sg-text-layout-pattern__two-column" data-pattern-part="text-block-two-column">
|
||||||
|
<p class="sg-body sg-text-layout-pattern__column">
|
||||||
|
Footer links: Platzhaltertext fuer allgemeine Hinweise, Navigation oder Kontaktinformationen im zweispaltigen Layout.
|
||||||
|
</p>
|
||||||
|
<p class="sg-body sg-text-layout-pattern__column">
|
||||||
|
Footer rechts: Platzhaltertext fuer ergaenzende Angaben, rechtliche Hinweise oder sekundäre Footer-Inhalte im gleichen Raster.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- Component: Group Card -->
|
<!-- Component: Group Card -->
|
||||||
<section id="component-group-card">
|
<section id="component-group-card">
|
||||||
<p class="sg-preview-label">Component: Group Card</p>
|
<p class="sg-preview-label">Component: Group Card</p>
|
||||||
|
|||||||
@@ -44,16 +44,18 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="sg-text-layout-pattern__preview-surface sg-page-layout-public__footer-card" data-pattern="text-layout-zweispaltig" aria-label="Text Layout zweispaltig mobil zweispaltig">
|
<article class="sg-card sg-card--content-card sg-card--content-card-dark sg-page-layout-public__footer-card" data-component="content-card" aria-label="Fusszeile">
|
||||||
<div class="sg-text-layout-pattern__sample sg-text-layout-pattern__two-column" data-pattern-part="text-block-two-column">
|
<div class="sg-card-segment sg-card-segment--body" data-component-part="card-body">
|
||||||
<p class="sg-body sg-text-layout-pattern__column">
|
<div class="sg-text-layout-pattern__sample sg-text-layout-pattern__two-column" data-pattern-part="text-block-two-column">
|
||||||
Footer links: Platzhaltertext fuer allgemeine Hinweise, Navigation oder Kontaktinformationen im zweispaltigen Layout.
|
<p class="sg-body sg-text-layout-pattern__column">
|
||||||
</p>
|
Footer links: Platzhaltertext fuer allgemeine Hinweise, Navigation oder Kontaktinformationen im zweispaltigen Layout.
|
||||||
<p class="sg-body sg-text-layout-pattern__column">
|
</p>
|
||||||
Footer rechts: Platzhaltertext fuer ergaenzende Angaben, rechtliche Hinweise oder sekundäre Footer-Inhalte im gleichen Raster.
|
<p class="sg-body sg-text-layout-pattern__column">
|
||||||
</p>
|
Footer rechts: Platzhaltertext fuer ergaenzende Angaben, rechtliche Hinweise oder sekundäre Footer-Inhalte im gleichen Raster.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
|||||||
@@ -30,5 +30,4 @@ main {
|
|||||||
|
|
||||||
.sg-page-layout-public__footer-card {
|
.sg-page-layout-public__footer-card {
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
background: var(--surface-card-group);
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -23,6 +23,21 @@
|
|||||||
background: var(--surface-card);
|
background: var(--surface-card);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sg-card.sg-card--content-card-dark {
|
||||||
|
--surface-card: var(--surface-card-group);
|
||||||
|
--surface-card-body: var(--surface-card-group);
|
||||||
|
--text-card-body: var(--text-card-header);
|
||||||
|
}
|
||||||
|
|
||||||
|
.sg-card.sg-card--content-card-dark .sg-card-segment--body {
|
||||||
|
color: var(--color-font-light);
|
||||||
|
}
|
||||||
|
|
||||||
|
.sg-card.sg-card--content-card-dark .sg-text-layout-pattern__column,
|
||||||
|
.sg-card.sg-card--content-card-dark .sg-body {
|
||||||
|
color: var(--color-font-light);
|
||||||
|
}
|
||||||
|
|
||||||
.sg-card.sg-card--overlay-host {
|
.sg-card.sg-card--overlay-host {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3390,7 +3390,6 @@ main {
|
|||||||
|
|
||||||
.sg-page-layout-public__footer-card {
|
.sg-page-layout-public__footer-card {
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
background: var(--surface-card-group);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ========================================================= */
|
/* ========================================================= */
|
||||||
@@ -3729,6 +3728,21 @@ main {
|
|||||||
background: var(--surface-card);
|
background: var(--surface-card);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sg-card.sg-card--content-card-dark {
|
||||||
|
--surface-card: var(--surface-card-group);
|
||||||
|
--surface-card-body: var(--surface-card-group);
|
||||||
|
--text-card-body: var(--text-card-header);
|
||||||
|
}
|
||||||
|
|
||||||
|
.sg-card.sg-card--content-card-dark .sg-card-segment--body {
|
||||||
|
color: var(--color-font-light);
|
||||||
|
}
|
||||||
|
|
||||||
|
.sg-card.sg-card--content-card-dark .sg-text-layout-pattern__column,
|
||||||
|
.sg-card.sg-card--content-card-dark .sg-body {
|
||||||
|
color: var(--color-font-light);
|
||||||
|
}
|
||||||
|
|
||||||
.sg-card.sg-card--overlay-host {
|
.sg-card.sg-card--overlay-host {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"styleguideVersion": "2026.05.18.1",
|
"styleguideVersion": "2026.05.18.1",
|
||||||
"styleguideCommit": "72ab0f5",
|
"styleguideCommit": "6f6dd21",
|
||||||
"syncedAtUtc": "2026-06-18T10:22:31Z",
|
"syncedAtUtc": "2026-06-19T10:46:43Z",
|
||||||
"sourceRepo": "/Users/mathias/Documents/Dokumente Chouchou/Codebases/Styleguide",
|
"sourceRepo": "/Users/mathias/Documents/Dokumente Chouchou/Codebases/Styleguide",
|
||||||
"mirroredDocsPath": "docs/styleguide"
|
"mirroredDocsPath": "docs/styleguide"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3390,7 +3390,6 @@ main {
|
|||||||
|
|
||||||
.sg-page-layout-public__footer-card {
|
.sg-page-layout-public__footer-card {
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
background: var(--surface-card-group);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ========================================================= */
|
/* ========================================================= */
|
||||||
@@ -3729,6 +3728,21 @@ main {
|
|||||||
background: var(--surface-card);
|
background: var(--surface-card);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sg-card.sg-card--content-card-dark {
|
||||||
|
--surface-card: var(--surface-card-group);
|
||||||
|
--surface-card-body: var(--surface-card-group);
|
||||||
|
--text-card-body: var(--text-card-header);
|
||||||
|
}
|
||||||
|
|
||||||
|
.sg-card.sg-card--content-card-dark .sg-card-segment--body {
|
||||||
|
color: var(--color-font-light);
|
||||||
|
}
|
||||||
|
|
||||||
|
.sg-card.sg-card--content-card-dark .sg-text-layout-pattern__column,
|
||||||
|
.sg-card.sg-card--content-card-dark .sg-body {
|
||||||
|
color: var(--color-font-light);
|
||||||
|
}
|
||||||
|
|
||||||
.sg-card.sg-card--overlay-host {
|
.sg-card.sg-card--overlay-host {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user