File size: 218 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
@use '@wordpress/base-styles/variables';

.status-indicator {
	width: variables.$button-size-compact;
	aspect-ratio: 1;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: help;
}