diff --git a/index.html b/index.html index 8f12f03..dfbbe63 100644 --- a/index.html +++ b/index.html @@ -42,6 +42,7 @@
  • Object Card
  • Object Group Card
  • Navigation Card
  • +
  • Content Cards Group
  • Card Gruppe mit Tastennavigation
  • Formular mit Abschnitten
  • diff --git a/patterns/card-listen-fundamentalanalyse-mobile.html b/patterns/card-listen-fundamentalanalyse-mobile.html index 1ff4cf7..f2bbeee 100644 --- a/patterns/card-listen-fundamentalanalyse-mobile.html +++ b/patterns/card-listen-fundamentalanalyse-mobile.html @@ -23,7 +23,7 @@ -
    +
    Box 1
    diff --git a/patterns/card-listen-seite.html b/patterns/card-listen-seite.html index 6102f62..3d10012 100644 --- a/patterns/card-listen-seite.html +++ b/patterns/card-listen-seite.html @@ -706,7 +706,7 @@
    -
    +
    Box 1
    diff --git a/patterns/content-cards-group.html b/patterns/content-cards-group.html new file mode 100644 index 0000000..621f2fc --- /dev/null +++ b/patterns/content-cards-group.html @@ -0,0 +1,48 @@ + + + + + + Styleguide – Pattern Content Cards Group + + + + +

    Pattern – Content Cards Group

    +
    +

    Pattern: Content Cards Group

    + +
    +
    +
    +
    +
    Box 1
    +
    +
    +

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec fermentum sapien ut nibh egestas, sed ultrices quam vestibulum.

    +
    +
    + +
    +
    +
    Box 2
    +
    +
    +

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec fermentum sapien ut nibh egestas, sed ultrices quam vestibulum.

    +
    +
    + +
    +
    +
    Box 3
    +
    +
    +

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec fermentum sapien ut nibh egestas, sed ultrices quam vestibulum.

    +
    +
    +
    +
    +
    + + + diff --git a/styleguide.css b/styleguide.css index 7b97a40..ce5face 100644 --- a/styleguide.css +++ b/styleguide.css @@ -170,6 +170,7 @@ --surface-navigation-card-body: var(--color-white); --surface-content-block-card-title: var(--color-light-grey); --surface-content-block-card-content: var(--color-white); + --layout-content-cards-group-gap: var(--spacing-small); --surface-card-list-drawer: var(--color-background-purple); --text-content-block-card-title: var(--color-font-dark); --text-content-block-card-content: var(--color-font-dark); @@ -1685,6 +1686,12 @@ section + section { text-align: center; } +.sg-content-cards-group { + display: flex; + flex-direction: column; + gap: var(--layout-content-cards-group-gap); +} + /* ========================================================= */ /* Layouts: Card Listen Seite */ /* ========================================================= */ @@ -1742,12 +1749,6 @@ section + section { var(--spacing-small); } -.sg-card-list-page-detail-group { - display: flex; - flex-direction: column; - gap: var(--spacing-small); -} - .sg-card-list-page > * + * { margin-top: var(--spacing-large); }