react-code-dataset
/
wp-calypso
/apps
/design-system-docs
/docs
/components
/packages
/wp-components
/status-indicator.module.scss
| @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; | |
| } |