Rename object card labels to card in cards component page
This commit is contained in:
@@ -18,15 +18,15 @@
|
|||||||
<!-- Components -->
|
<!-- Components -->
|
||||||
<!-- ========================================================= -->
|
<!-- ========================================================= -->
|
||||||
|
|
||||||
<!-- Component: Objekt Cards -->
|
<!-- Component: Cards -->
|
||||||
<section id="component-card">
|
<section id="component-card">
|
||||||
<p class="sg-preview-label">Component: Objekt Cards</p>
|
<p class="sg-preview-label">Component: Cards</p>
|
||||||
|
|
||||||
<div class="sg-preview-area">
|
<div class="sg-preview-area">
|
||||||
|
|
||||||
<article class="sg-card" data-component="card">
|
<article class="sg-card" data-component="card">
|
||||||
<div class="sg-card-segment sg-card-segment--header sg-card-segment--darkblue" data-component-part="card-header">
|
<div class="sg-card-segment sg-card-segment--header sg-card-segment--darkblue" data-component-part="card-header">
|
||||||
<div class="sg-strong">Objekt Card 1</div>
|
<div class="sg-strong">Card 1</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="sg-card-segment sg-card-segment--body" data-component-part="card-body">
|
<div class="sg-card-segment sg-card-segment--body" data-component-part="card-body">
|
||||||
@@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
<article class="sg-card" data-component="card">
|
<article class="sg-card" data-component="card">
|
||||||
<div class="sg-card-segment sg-card-segment--header sg-card-segment--darkgreen" data-component-part="card-header">
|
<div class="sg-card-segment sg-card-segment--header sg-card-segment--darkgreen" data-component-part="card-header">
|
||||||
<div class="sg-strong">Objekt Card 2</div>
|
<div class="sg-strong">Card 2</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="sg-card-segment sg-card-segment--body" data-component-part="card-body">
|
<div class="sg-card-segment sg-card-segment--body" data-component-part="card-body">
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
<article class="sg-card" data-component="card">
|
<article class="sg-card" data-component="card">
|
||||||
<div class="sg-card-segment sg-card-segment--header sg-card-segment--darkbrown" data-component-part="card-header">
|
<div class="sg-card-segment sg-card-segment--header sg-card-segment--darkbrown" data-component-part="card-header">
|
||||||
<div class="sg-strong">Objekt Card 3</div>
|
<div class="sg-strong">Card 3</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="sg-card-segment sg-card-segment--body" data-component-part="card-body">
|
<div class="sg-card-segment sg-card-segment--body" data-component-part="card-body">
|
||||||
|
|||||||
Reference in New Issue
Block a user