File size: 258 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
.async-load__placeholder {
	background: var(--color-neutral-10);
	border-radius: 20px; /* stylelint-disable-line scales/radii */
	content: "";
	display: block;
	height: 8px;
	width: 80px;
	margin: 0 16px;
	animation: pulse-light 0.8s ease-in-out infinite;
}