react-code-dataset
/
wp-calypso
/client
/my-sites
/stats
/components
/empty-module-card
/styles.scss
| .stats-empty-module-card { | |
| display: flex; | |
| flex-direction: column; | |
| align-items: center; | |
| padding: 18px 0 32px; | |
| a { | |
| text-decoration: none; | |
| } | |
| } | |
| .stats-empty-module-card__icon { | |
| width: 34px; | |
| } | |
| .stats-empty-module-card__description { | |
| margin: 24px 0; | |
| text-align: center; | |
| } | |
| .stats-empty-module-card__content { | |
| width: 80%; | |
| } | |