Flatten public footer box

This commit is contained in:
2026-06-18 11:52:30 +02:00
parent 4e24faefeb
commit 3cb3766a05
2 changed files with 10 additions and 17 deletions
+9 -15
View File
@@ -44,22 +44,16 @@
</p> </p>
</div> </div>
<article class="sg-card sg-card--content-card sg-page-layout-public__footer-card" data-component="content-card" aria-label="Fusszeile"> <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">
<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">
<div class="sg-text-layout-pattern" data-pattern="text-layout-zweispaltig" aria-label="Text Layout zweispaltig mobil zweispaltig"> <p class="sg-body sg-text-layout-pattern__column">
<div class="sg-text-layout-pattern__preview-surface"> Footer links: Platzhaltertext fuer allgemeine Hinweise, Navigation oder Kontaktinformationen im zweispaltigen Layout.
<div class="sg-text-layout-pattern__sample sg-text-layout-pattern__two-column" data-pattern-part="text-block-two-column"> </p>
<p class="sg-body sg-text-layout-pattern__column"> <p class="sg-body sg-text-layout-pattern__column">
Footer links: Platzhaltertext fuer allgemeine Hinweise, Navigation oder Kontaktinformationen im zweispaltigen Layout. Footer rechts: Platzhaltertext fuer ergaenzende Angaben, rechtliche Hinweise oder sekundäre Footer-Inhalte im gleichen Raster.
</p> </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>
</div>
</div> </div>
</article> </div>
</div> </div>
</main> </main>
+1 -2
View File
@@ -30,6 +30,5 @@ main {
.sg-page-layout-public__footer-card { .sg-page-layout-public__footer-card {
margin-top: auto; margin-top: auto;
--surface-card: var(--surface-card-group); background: var(--surface-card-group);
--surface-card-body: var(--surface-card-group);
} }