Spaces:
Runtime error
Runtime error
File size: 245 Bytes
b5ea024 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<div>
<slot />
</div>
<style>
div {
margin-bottom: var(--spacing-lg);
color: var(--block-info-text-color);
font-weight: var(--block-info-text-weight);
font-size: var(--block-info-text-size);
line-height: var(--line-sm);
}
</style>
|