Restore CTA right title label

This commit is contained in:
2026-06-23 18:00:05 +02:00
parent 82b9a616c5
commit fbd230dc4d
+26 -22
View File
@@ -8,36 +8,40 @@
</head> </head>
<body class="sg-page-cards-public-page"> <body class="sg-page-cards-public-page">
<h1 class="sg-main-heading">Component: CTA Right</h1> <h1 class="sg-main-heading">Components Cards Public Page</h1>
<main aria-label="Cards Public Page"> <main aria-label="Cards Public Page">
<section id="component-content-wrapper-card"> <section id="component-cta-right">
<p class="sg-preview-label">Component: Content Wrapper Card</p> <p class="sg-preview-label">Component: CTA Right</p>
<div class="sg-transparent-card" data-component="transparent-card"> <section id="component-content-wrapper-card">
<p class="sg-body"> <p class="sg-preview-label">Component: Content Wrapper Card</p>
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-transparent-card" data-component="transparent-card">
<div class="sg-card-segment sg-card-segment--body sg-cards-public-page__cta-right-body"> <p class="sg-body">
<div class="sg-cards-public-page__cta-right-grid"> Content Wrapper Card als Transparent Card ohne horizontale Außenabstände und mit vertikalem Abstand gemäss spacing-large.
<div class="sg-cards-public-page__cta-right-copy"> </p>
<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"> <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">
<button class="sg-interaction-element sg-button sg-button--active" type="button" data-component="button" data-component-state="active"> <div class="sg-card-segment sg-card-segment--body sg-cards-public-page__cta-right-body">
Link-Button <div class="sg-cards-public-page__cta-right-grid">
</button> <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>
</div> </div>
</div> </article>
</article> </div>
</div> </section>
</section> </section>
</main> </main>