Clean up text layouts and picture radius tokens

This commit is contained in:
2026-06-24 12:11:00 +02:00
parent 4b53f69891
commit 733c9c0e03
4 changed files with 9 additions and 4 deletions
+6 -1
View File
@@ -121,7 +121,12 @@
</table> </table>
<h3 class="sg-sub-heading sg-section-h3">Picture Full Width</h3> <h3 class="sg-sub-heading sg-section-h3">Picture Full Width</h3>
<p class="sg-table-label">Keine zusätzlichen semantischen Tokens erforderlich. Die Komponente ist strukturell und bezieht sich mit <code>width: 100%</code> auf den umgebenden Container, mit <code>height: auto</code> und <code>display: block</code> für das Bild-Element.</p> <table class="sg-foundation-table sg-table-label">
<thead><tr><th>Semantischer Token</th><th>Verwendeter Foundation-Token</th><th>Beschreibung Verwendungszweck in der Komponente</th></tr></thead>
<tbody>
<tr><td>radius-picture-full-width</td><td>radius-card</td><td>Border-Radius des Full-Width-Bildes.</td></tr>
</tbody>
</table>
</section> </section>
<section id="semantic-interactive"> <section id="semantic-interactive">
+1
View File
@@ -193,6 +193,7 @@
--surface-navigation-card-body: var(--color-white); --surface-navigation-card-body: var(--color-white);
--surface-content-block-card-title: var(--color-light-grey); --surface-content-block-card-title: var(--color-light-grey);
--surface-content-block-card-content: var(--color-white); --surface-content-block-card-content: var(--color-white);
--radius-picture-full-width: var(--radius-card);
--layout-content-cards-group-gap: var(--spacing-small); --layout-content-cards-group-gap: var(--spacing-small);
--surface-card-list-drawer: var(--color-background-purple); --surface-card-list-drawer: var(--color-background-purple);
--text-content-block-card-title: var(--color-font-dark); --text-content-block-card-title: var(--color-font-dark);
+1 -2
View File
@@ -4,12 +4,11 @@
.sg-page-text-layouts { .sg-page-text-layouts {
background: var(--surface-form-preview); background: var(--surface-form-preview);
color: var(--color-font-dark);
} }
.sg-page-text-layouts .sg-main-heading, .sg-page-text-layouts .sg-main-heading,
.sg-page-text-layouts .sg-preview-label { .sg-page-text-layouts .sg-preview-label {
color: var(--color-font-dark); color: inherit;
} }
.sg-text-layout-pattern { .sg-text-layout-pattern {
@@ -80,7 +80,7 @@
width: 100%; width: 100%;
max-width: 100%; max-width: 100%;
height: auto; height: auto;
border-radius: var(--radius-card); border-radius: var(--radius-picture-full-width);
} }
.sg-page-public-page-components .sg-preview-area { .sg-page-public-page-components .sg-preview-area {