diff --git a/foundations.html b/foundations.html index 488b43f..9ecbbf5 100644 --- a/foundations.html +++ b/foundations.html @@ -141,6 +141,7 @@
| Semantischer Token | Verwendeter Foundation-Token | Beschreibung Verwendungszweck im Pattern |
|---|---|---|
| layout-notifications-card-flex-basis | calc(var(--layout-object-card-min-width) + 50px) | Flex-Basis der Notification Card im Notifications-Pattern; entspricht der um 50px erhöhten Mindestbreite und gilt auch in der dokumentierten Variante innerhalb von .sg-group-card. |
| layout-notifications-card-min-width | calc(var(--layout-object-card-min-width) + 50px) | Mindestbreite der Notification Card im Notifications-Pattern; 50px größer als die Object Card und verhindert zu frühes Schrumpfen bei Viewport-Änderungen. |
| layout-notifications-card-flex-basis | dimension-notifications-card-min-width | Flex-Basis der Notification Card im Notifications-Pattern; entspricht der gemeinsamen Foundation-Mindestbreite und gilt auch in der dokumentierten Variante innerhalb von .sg-group-card. |
| layout-notifications-card-min-width | dimension-notifications-card-min-width | Mindestbreite der Notification Card im Notifications-Pattern; 50px größer als die Object Card und verhindert zu frühes Schrumpfen bei Viewport-Änderungen. |
| layout-notifications-card-max-width | layout-object-card-max-width | Maximalbreite der Notification Card im Notifications-Pattern; begrenzt Wachstum konsistent zur Object-Card-Breite. |
| layout-notifications-text-segment-fixed-height | dimension-notifications-text-segment-fixed-height | Fixe Desktop-Höhe des ersten Text-Segments im Notifications-Pattern; auf Mobile wird die Höhe auf auto gesetzt. |
| layout-notifications-text-segment-fixed-height-small | dimension-notifications-text-segment-fixed-height-small | Fixe Desktop-Höhe des ersten Text-Segments in der Variante Pattern: Notifications small; auf Mobile wird die Höhe auf auto gesetzt. |