_gpt.scss in Code Snippets 3.6.6, at css/edit/_gpt.scss
| 1 | .cloud-create-modal { |
| 2 | |
| 3 | .components-modal__content { |
| 4 | min-width: 550px; |
| 5 | } |
| 6 | |
| 7 | .action-buttons { |
| 8 | display: flex; |
| 9 | justify-content: flex-end; |
| 10 | } |
| 11 | |
| 12 | .components-button.is-secondary { |
| 13 | box-shadow: none; |
| 14 | } |
| 15 | } |
| 16 | |
| 17 | .generate-button { |
| 18 | float: right; |
| 19 | display: flex; |
| 20 | align-items: center; |
| 21 | |
| 22 | .dashicons-warning { |
| 23 | color: #b32d2e; |
| 24 | margin-right: 11px; |
| 25 | } |
| 26 | } |
| 27 |