Apply body segment behavior to multisegment card sections
This commit is contained in:
@@ -128,19 +128,19 @@
|
||||
<div class="sg-strong">Multisegment Card</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>
|
||||
</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>
|
||||
</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>
|
||||
</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>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user