diff --git a/components/cards-public-page.html b/components/cards-public-page.html index a6a559f..2d12560 100644 --- a/components/cards-public-page.html +++ b/components/cards-public-page.html @@ -20,34 +20,6 @@

Content Wrapper Card als Transparent Card ohne horizontale Außenabstände und mit vertikalem Abstand gemäss spacing-large.

- -
-

Component: CTA Right

- -
-
-
-
-

- Ein Satz Text als CTA-Hinweis. -

-
- -
-
- - - -
-
-
-
-
-
diff --git a/styles/40-components-cards.css b/styles/40-components-cards.css index db75097..1dbc1a9 100644 --- a/styles/40-components-cards.css +++ b/styles/40-components-cards.css @@ -236,34 +236,6 @@ margin: var(--spacing-large) 0; } -.sg-page-cards-public-page .sg-cards-public-page__cta-right-card { - width: 60%; - max-width: none; - margin-inline-start: auto; -} - -.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: flex; - align-items: center; - justify-content: space-between; - gap: var(--spacing-large); -} - -.sg-page-cards-public-page .sg-cards-public-page__cta-right-copy { - flex: 1 1 auto; - min-width: 0; -} - -.sg-page-cards-public-page .sg-cards-public-page__cta-right-buttons { - flex: 0 0 auto; -} - .sg-page-cards .sg-group-card > .sg-card { flex: 0 0 100%; width: 100%;