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 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>
|
||||||
|
|||||||
Reference in New Issue
Block a user