From 6cfb356cbc4a0b9b5d6594d724cc8067fe0c42bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Mon, 3 Aug 2026 16:51:25 +0200 Subject: [PATCH] Narrow 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 262dbf2..a6230a1 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) minmax(0, 1fr) max-content in der Drei-Spalten-VarianteZweispaltiges Standardlayout oder dreispaltiges Layout mit Text, Formularfeld und Aktion; auf kleinen Viewports einspaltig. + 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-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 2f448fd..c7db11a 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) minmax(0, 1fr) max-content; + --layout-call-to-action-card-content-columns: minmax(0, 1fr) 20% max-content; } .sg-card--call-to-action-card .sg-card-segment--body {