File size: 246 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
.two-step__placeholder-text {
	animation: loading-fade 1.6s ease-in-out infinite;
	background-color: var(--color-neutral-0);
	line-height: 1;	// Set line-height to current font-size
	margin-bottom: 0.5em;

	:last-child {
		margin-bottom: 0;
	}
}