Compare commits
22 Commits
fbd230dc4d
...
5627fe28b1
| Author | SHA1 | Date | |
|---|---|---|---|
| 5627fe28b1 | |||
| db4ef20de0 | |||
| 76e05966d0 | |||
| 6b780089f3 | |||
| d4b1506abd | |||
| ce1a3ffc8c | |||
| de28c1beef | |||
| 9e62f78446 | |||
| db4304d163 | |||
| 69b190692c | |||
| 169038fd42 | |||
| b42ba2c695 | |||
| f90a2740a9 | |||
| be2c89e10a | |||
| a14ace22e9 | |||
| 07e226e64c | |||
| 207e1aabd6 | |||
| 17a3973ddf | |||
| ac79718850 | |||
| f6213624da | |||
| 58a92bcc4b | |||
| a9953a0f33 |
@@ -1,50 +0,0 @@
|
|||||||
<!doctype html>
|
|
||||||
<html lang="de">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Styleguide – Cards Public Page</title>
|
|
||||||
<link rel="stylesheet" href="../styleguide.css">
|
|
||||||
</head>
|
|
||||||
<body class="sg-page-cards-public-page">
|
|
||||||
|
|
||||||
<h1 class="sg-main-heading">Components – Cards Public Page</h1>
|
|
||||||
|
|
||||||
<main aria-label="Cards Public Page">
|
|
||||||
|
|
||||||
<section id="component-cta-right">
|
|
||||||
<p class="sg-preview-label">Component: CTA Right</p>
|
|
||||||
|
|
||||||
<section id="component-content-wrapper-card">
|
|
||||||
<p class="sg-preview-label">Component: Content Wrapper Card</p>
|
|
||||||
|
|
||||||
<div class="sg-transparent-card" data-component="transparent-card">
|
|
||||||
<p class="sg-body">
|
|
||||||
Content Wrapper Card als Transparent Card ohne horizontale Außenabstände und mit vertikalem Abstand gemäss spacing-large.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<article class="sg-card sg-card--content-card sg-card--content-card-dark sg-cards-public-page__cta-right-card" data-component="content-card" aria-label="CTA Right">
|
|
||||||
<div class="sg-card-segment sg-card-segment--body sg-cards-public-page__cta-right-body">
|
|
||||||
<div class="sg-cards-public-page__cta-right-grid">
|
|
||||||
<div class="sg-cards-public-page__cta-right-copy">
|
|
||||||
<p class="sg-body">
|
|
||||||
Ein Satz Text als CTA-Hinweis.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="sg-cards-public-page__cta-right-buttons" data-component="link-buttons">
|
|
||||||
<button class="sg-interaction-element sg-button sg-button--active" type="button" data-component="button" data-component-state="active">
|
|
||||||
Link-Button
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</article>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
</main>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -28,7 +28,6 @@
|
|||||||
|
|
||||||
<ul class="sg-index-list">
|
<ul class="sg-index-list">
|
||||||
<li><a href="./components/cards.html">Cards</a></li>
|
<li><a href="./components/cards.html">Cards</a></li>
|
||||||
<li><a href="./components/cards-public-page.html">Cards Public Page</a></li>
|
|
||||||
<li><a href="./components/interactive-elements.html">Interactive Elements</a></li>
|
<li><a href="./components/interactive-elements.html">Interactive Elements</a></li>
|
||||||
<li><a href="./components/charts.html">Charts</a></li>
|
<li><a href="./components/charts.html">Charts</a></li>
|
||||||
<li><a href="./components/data-display.html">Data Display</a></li>
|
<li><a href="./components/data-display.html">Data Display</a></li>
|
||||||
|
|||||||
@@ -30,7 +30,6 @@
|
|||||||
<tr><td>layout-object-card-shared-width</td><td>auto</td><td>Geteilte Laufzeitbreite für gekoppelte Object-Card-Instanzen.</td></tr>
|
<tr><td>layout-object-card-shared-width</td><td>auto</td><td>Geteilte Laufzeitbreite für gekoppelte Object-Card-Instanzen.</td></tr>
|
||||||
<tr><td>layout-content-cards-group-gap</td><td>spacing-small</td><td>Abstand zwischen Inhaltsblock-Karten innerhalb der Gruppe.</td></tr>
|
<tr><td>layout-content-cards-group-gap</td><td>spacing-small</td><td>Abstand zwischen Inhaltsblock-Karten innerhalb der Gruppe.</td></tr>
|
||||||
<tr><td>layout-card-list-drawer-width</td><td>dimension-card-list-drawer-width</td><td>Breite des ausziehbaren Card-Listenbereichs relativ zum Container.</td></tr>
|
<tr><td>layout-card-list-drawer-width</td><td>dimension-card-list-drawer-width</td><td>Breite des ausziehbaren Card-Listenbereichs relativ zum Container.</td></tr>
|
||||||
<tr><td>layout-public-content-element-width</td><td>60%</td><td>Standardbreite eines rechtsbündigen Public-Content-Elements innerhalb einer Wrapper-Card.</td></tr>
|
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
|
|
||||||
<h3 class="sg-sub-heading sg-section-h3">Valuestockfinder Layouts</h3>
|
<h3 class="sg-sub-heading sg-section-h3">Valuestockfinder Layouts</h3>
|
||||||
|
|||||||
@@ -199,7 +199,6 @@
|
|||||||
--text-content-block-card-content: var(--color-font-dark);
|
--text-content-block-card-content: var(--color-font-dark);
|
||||||
--text-card-list-drawer: var(--color-font-dark);
|
--text-card-list-drawer: var(--color-font-dark);
|
||||||
--layout-card-list-drawer-width: var(--dimension-card-list-drawer-width);
|
--layout-card-list-drawer-width: var(--dimension-card-list-drawer-width);
|
||||||
--layout-public-content-element-width: 60%;
|
|
||||||
--surface-vsf-drawer-object-card-header: var(--color-darkblue);
|
--surface-vsf-drawer-object-card-header: var(--color-darkblue);
|
||||||
--surface-vsf-drawer-object-card-body: var(--color-darkblue);
|
--surface-vsf-drawer-object-card-body: var(--color-darkblue);
|
||||||
--text-vsf-drawer-object-card-heading: var(--color-font-light);
|
--text-vsf-drawer-object-card-heading: var(--color-font-light);
|
||||||
|
|||||||
@@ -226,57 +226,12 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sg-page-cards-public-page > .sg-main-heading {
|
|
||||||
margin: 0 0 var(--spacing-large) 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sg-page-cards .sg-preview-area > .sg-card,
|
.sg-page-cards .sg-preview-area > .sg-card,
|
||||||
.sg-page-cards .sg-preview-area > .sg-transparent-card {
|
.sg-page-cards .sg-preview-area > .sg-transparent-card {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sg-page-cards-public-page #component-content-wrapper-card > .sg-transparent-card {
|
|
||||||
width: 100%;
|
|
||||||
max-width: none;
|
|
||||||
margin: var(--spacing-large) 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sg-page-cards-public-page .sg-cards-public-page__cta-right-card {
|
|
||||||
width: var(--layout-public-content-element-width);
|
|
||||||
max-width: none;
|
|
||||||
margin-top: var(--spacing-large);
|
|
||||||
margin-inline-start: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 48rem) {
|
|
||||||
.sg-page-cards-public-page .sg-cards-public-page__cta-right-card {
|
|
||||||
width: 100%;
|
|
||||||
margin-inline-start: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.sg-page-cards-public-page .sg-cards-public-page__cta-right-body {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sg-page-cards-public-page .sg-cards-public-page__cta-right-grid {
|
|
||||||
width: 100%;
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: minmax(0, 1fr) auto;
|
|
||||||
align-items: center;
|
|
||||||
gap: var(--spacing-large);
|
|
||||||
}
|
|
||||||
|
|
||||||
.sg-page-cards-public-page .sg-cards-public-page__cta-right-copy {
|
|
||||||
min-width: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sg-page-cards-public-page .sg-cards-public-page__cta-right-buttons {
|
|
||||||
min-width: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sg-page-cards .sg-group-card > .sg-card {
|
.sg-page-cards .sg-group-card > .sg-card {
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user