Show text layout patterns on grey preview surface

This commit is contained in:
2026-05-21 11:33:10 +02:00
parent 576357cf39
commit 6d91fccff1
2 changed files with 22 additions and 9 deletions
+7
View File
@@ -2090,6 +2090,13 @@ section + section {
gap: var(--spacing-small);
}
.sg-text-layout-pattern__preview-surface {
width: 100%;
padding: var(--spacing-large);
border-radius: var(--radius-card);
background: var(--color-light-grey);
}
.sg-text-layout-pattern__sample {
margin: 0;
}