From a1917120c5d9b0d3908afe73479e55da8e7034e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Mon, 3 Aug 2026 16:52:40 +0200 Subject: [PATCH] Widen newsletter email field --- semantic-tokens-components.html | 2 +- styles/44-components-public-page-components.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/semantic-tokens-components.html b/semantic-tokens-components.html index a6230a1..9ebe0e4 100644 --- a/semantic-tokens-components.html +++ b/semantic-tokens-components.html @@ -123,7 +123,7 @@ surface-call-to-action-cardsurface-card-groupFläche der Call-to-action-Card als dunkle Content-Card-Variante. text-call-to-action-cardcolor-font-lightTextfarbe in der Call-to-action-Card. layout-call-to-action-card-widthcalc(var(--dimension-public-content-width) * 0.5); dimension-public-content-width in der Drei-Spalten-VarianteBreite der Card im Page-Layout; die Drei-Spalten-Variante nutzt die volle Content-Breite. - layout-call-to-action-card-content-columnsminmax(0, 1fr) max-content; minmax(0, 1fr) 20% max-content in der Drei-Spalten-VarianteZweispaltiges Standardlayout oder dreispaltiges Layout mit flexibler Textspalte, 20% Formularfeldspalte und Inhaltsbreite der Aktion; auf kleinen Viewports einspaltig. + layout-call-to-action-card-content-columnsminmax(0, 1fr) max-content; minmax(0, 1fr) 30% max-content in der Drei-Spalten-VarianteZweispaltiges Standardlayout oder dreispaltiges Layout mit flexibler Textspalte, 30% Formularfeldspalte und Inhaltsbreite der Aktion; auf kleinen Viewports einspaltig. layout-call-to-action-card-content-gapspacing-largeAbstand zwischen Text und Button. diff --git a/styles/44-components-public-page-components.css b/styles/44-components-public-page-components.css index c7db11a..e4c3322 100644 --- a/styles/44-components-public-page-components.css +++ b/styles/44-components-public-page-components.css @@ -50,7 +50,7 @@ .sg-card--call-to-action-card--three-column { --layout-call-to-action-card-width: var(--dimension-public-content-width); - --layout-call-to-action-card-content-columns: minmax(0, 1fr) 20% max-content; + --layout-call-to-action-card-content-columns: minmax(0, 1fr) 30% max-content; } .sg-card--call-to-action-card .sg-card-segment--body {