react-code-dataset / wp-calypso /client /a8c-for-agencies /sections /team /primary /get-started /style.scss
| @import "@wordpress/base-styles/mixins"; | |
| @import "@wordpress/base-styles/variables"; | |
| .team-list-get-started .hosting-dashboard-layout__body-wrapper { | |
| max-width: 700px; | |
| } | |
| .team-list-get-started__heading { | |
| @include heading-x-large; | |
| margin-block-start: 16px; | |
| margin-block-end: 8px; | |
| } | |
| .team-list-get-started__subtitle { | |
| @include body-large; | |
| margin-block-end: 32px; | |
| } | |
| a.team-list-get-started__learn-more-button.is-link { | |
| color: var(--color-primary-50); | |
| } | |
| .team-list-get-started__excluded-operation-list { | |
| margin-block-end: 0; | |
| } | |