| @import 'node_modules/@wordpress/base-styles/breakpoints'; | |
| @import 'node_modules/@wordpress/base-styles/mixins'; | |
| .repository-selection-dialog { | |
| height: 515px; | |
| display: flex; | |
| flex-direction: column; | |
| padding: 32px; | |
| @include break-small { | |
| width: 622px; | |
| } | |
| h1 { | |
| margin-bottom: 8px ; | |
| } | |
| .formatted-header { | |
| margin: 0; | |
| margin-bottom: 24px ; | |
| } | |
| } | |
| .github-deployments-dialog .dialog__action-buttons-close { | |
| padding: 0; | |
| margin-top: 32px; | |
| margin-right: 32px; | |
| } | |