File size: 258 Bytes
0bd62e5
 
 
 
 
 
 
 
 
 
 
 
 
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>