Revert "Add content wrapper card to public cards page"

This reverts commit fc88afc4b3.
This commit is contained in:
2026-06-24 09:21:39 +02:00
parent 76e05966d0
commit db4ef20de0
2 changed files with 0 additions and 17 deletions
-13
View File
@@ -11,19 +11,6 @@
<h1 class="sg-main-heading">Components Cards Public Page</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">
<p class="sg-preview-label">Component: Content Wrapper Card</p>
<div class="sg-preview-area">
<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>
</div>
</div>
</section>
</main> </main>
</body> </body>
-4
View File
@@ -232,10 +232,6 @@
max-width: none; max-width: none;
} }
.sg-page-cards-public-page .sg-preview-area > .sg-transparent-card {
margin: var(--spacing-large) 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%;