components
2 years ago
css
2 years ago
attributes.js
3 years ago
block.js
2 years ago
deprecated.js
3 years ago
edit.js
2 years ago
editor.scss
3 years ago
save.js
3 years ago
editor.scss
44 lines
| 1 | /** |
| 2 | * Editor Styles |
| 3 | */ |
| 4 | .editor-styles-wrapper { |
| 5 | .gb-button { |
| 6 | padding: unset; |
| 7 | line-height: unset; |
| 8 | text-decoration: none !important; |
| 9 | border: none; |
| 10 | margin: 0; |
| 11 | box-sizing: border-box; |
| 12 | |
| 13 | .editor-rich-text__tinymce { |
| 14 | line-height: 1em; |
| 15 | } |
| 16 | |
| 17 | &.button { |
| 18 | font-size: inherit; |
| 19 | min-height: auto; |
| 20 | border-radius: unset; |
| 21 | } |
| 22 | } |
| 23 | } |
| 24 | |
| 25 | .components-popover .gblocks-button-link { |
| 26 | margin-bottom: 10px; |
| 27 | } |
| 28 | |
| 29 | .components-popover .gblocks-button-link { |
| 30 | input[type=text]=text].block-editor-url-input__input { |
| 31 | max-width: 100%; |
| 32 | border: 1px solid #ddd; |
| 33 | border-radius: 2px; |
| 34 | } |
| 35 | } |
| 36 | |
| 37 | .gblocks-button-link-dropdown { |
| 38 | .components-base-control:last-child { |
| 39 | .components-base-control__field { |
| 40 | margin-bottom: 0; |
| 41 | } |
| 42 | } |
| 43 | } |
| 44 |