18 lines
475 B
CSS
18 lines
475 B
CSS
/* ========================================================= */
|
|
/* Components: Typography */
|
|
/* ========================================================= */
|
|
|
|
.sg-typography-preview {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--spacing-small);
|
|
color: var(--text-typography-preview);
|
|
}
|
|
|
|
.sg-typography-preview h1,
|
|
.sg-typography-preview h2,
|
|
.sg-typography-preview p {
|
|
color: var(--text-typography-preview);
|
|
margin-top: 0;
|
|
}
|