Apply body segment behavior to multisegment card sections

This commit is contained in:
2026-05-18 19:44:31 +02:00
parent 15b3593420
commit 673bb693b7
+4 -4
View File
@@ -128,19 +128,19 @@
<div class="sg-strong">Multisegment Card</div> <div class="sg-strong">Multisegment Card</div>
</div> </div>
<div class="sg-card-segment sg-card-segment--gray" data-component-part="card-segment"> <div class="sg-card-segment sg-card-segment--body sg-card-segment--gray" data-component-part="card-segment">
<p class="sg-body">Erstes graues Segment mit Textinhalt.</p> <p class="sg-body">Erstes graues Segment mit Textinhalt.</p>
</div> </div>
<div class="sg-card-segment sg-card-segment--gray" data-component-part="card-segment"> <div class="sg-card-segment sg-card-segment--body sg-card-segment--gray" data-component-part="card-segment">
<p class="sg-body">Zweites graues Segment mit Textinhalt.</p> <p class="sg-body">Zweites graues Segment mit Textinhalt.</p>
</div> </div>
<div class="sg-card-segment sg-card-segment--white" data-component-part="card-segment"> <div class="sg-card-segment sg-card-segment--body sg-card-segment--white" data-component-part="card-segment">
<p class="sg-body">Erstes weißes Segment.</p> <p class="sg-body">Erstes weißes Segment.</p>
</div> </div>
<div class="sg-card-segment sg-card-segment--white" data-component-part="card-segment"> <div class="sg-card-segment sg-card-segment--body sg-card-segment--white" data-component-part="card-segment">
<p class="sg-body">Zweites weißes Segment.</p> <p class="sg-body">Zweites weißes Segment.</p>
</div> </div>
</article> </article>