editor.scss
36 lines
| 1 | .editor-styles-wrapper { |
| 2 | .gb-templates-wrapper { |
| 3 | display: flex; |
| 4 | gap: 16px; |
| 5 | |
| 6 | .gb-template-selector-button { |
| 7 | font-size: 13px; |
| 8 | display: inline-flex; |
| 9 | flex-direction: column; |
| 10 | height: 100%; |
| 11 | padding: 0; |
| 12 | gap: 8px; |
| 13 | |
| 14 | svg { |
| 15 | height: 50px; |
| 16 | } |
| 17 | } |
| 18 | } |
| 19 | |
| 20 | .gb-select-layout { |
| 21 | .components-placeholder__fieldset { |
| 22 | overflow: hidden; |
| 23 | display: flex; |
| 24 | justify-content: center; |
| 25 | text-align: center; |
| 26 | } |
| 27 | |
| 28 | &__actions { |
| 29 | margin-top: 30px; |
| 30 | display: flex; |
| 31 | justify-content: center; |
| 32 | flex-basis: 100%; |
| 33 | } |
| 34 | } |
| 35 | } |
| 36 |