mirror of
https://github.com/wassname/talk.git
synced 2026-07-18 12:40:13 +08:00
9 lines
220 B
CSS
9 lines
220 B
CSS
.content {
|
|
composes: root from "talk-stream/shared/htmlContent.css";
|
|
}
|
|
|
|
.placeholder {
|
|
composes: placeholder from "talk-ui/shared/typography.css";
|
|
margin: var(--spacing-unit) 0 0 calc(1px + var(--spacing-unit));
|
|
}
|