Add content cards group pattern and wire into card list layouts
This commit is contained in:
+7
-6
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user